Skip to content

Commit dcd2c4d

Browse files
test change to changelog
1 parent 7e24165 commit dcd2c4d

File tree

3 files changed

+69
-36
lines changed

3 files changed

+69
-36
lines changed

.github/workflows/change-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: upload coverage report to codecov
3737
uses: codecov/codecov-action@v2
3838

39-
- name: push build status as webhook to Slack
39+
- name: push build status to Slack
4040
uses: 8398a7/action-slack@v3
4141
with:
4242
status: ${{ job.status }}
Lines changed: 57 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,51 @@
1-
# name: Publish to PyPi
2-
3-
# # on:
4-
# # release:
5-
# # types: [created]
1+
name: Publish to PyPi
62

73
# on:
8-
# push:
9-
# branches: ['dev']
10-
11-
# jobs:
12-
# check-docs-update:
13-
# runs-on: ubuntu-latest
14-
# env:
15-
# OS: ubuntu-latest
16-
# PYTHON: '3.7'
17-
# steps:
18-
# - uses: actions/checkout@v2
19-
# - uses: technote-space/get-diff-action@v6
20-
# with:
21-
# # PATTERNS: |
22-
# # +(documentation)/*.md
23-
# # *.md
24-
# FILES: |
25-
# CHANGELOG.md
26-
# README.md
27-
# +(documentation)/*.md
28-
# - name: log git diff
29-
# run: |
30-
# echo ${{ env.GIT_DIFF }}
31-
# echo ${{ env.MATCHED_FILES }}
32-
# echo ${{ env.GIT_DIFF_FILTERED }}
33-
# - name: Check if README.md or Doc/** is updated else exit
34-
# if: (env.GIT_DIFF == '')
35-
# run: |
36-
# echo Update documentation files or README.md before push
37-
# exit 1
4+
# release:
5+
# types: [created]
6+
7+
on:
8+
push:
9+
branches: ['dev']
10+
11+
jobs:
12+
check-docs-update:
13+
runs-on: ubuntu-latest
14+
env:
15+
OS: ubuntu-latest
16+
PYTHON: '3.7'
17+
steps:
18+
- uses: actions/checkout@v2
19+
- uses: technote-space/get-diff-action@v6
20+
with:
21+
# PATTERNS: |
22+
# +(documentation)/*.md
23+
# *.md
24+
FILES: |
25+
CHANGELOG.md
26+
README.md
27+
+(documentation)/*.md
28+
29+
- name: log git diff
30+
run: |
31+
echo ${{ env.GIT_DIFF }}
32+
echo ${{ env.MATCHED_FILES }}
33+
echo ${{ env.GIT_DIFF_FILTERED }}
34+
35+
- name: Check if README.md or Doc/** is updated else exit
36+
if: (env.GIT_DIFF == '')
37+
run: |
38+
echo Update documentation files or README.md before push
39+
exit 1
40+
41+
- name: push build status to Slack
42+
uses: 8398a7/action-slack@v3
43+
with:
44+
status: ${{ job.status }}
45+
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took,pullRequest
46+
env:
47+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
48+
if: always()
3849

3950

4051
# distribute:
@@ -48,14 +59,25 @@
4859
# uses: actions/setup-python@v2
4960
# with:
5061
# python-version: '3.7'
62+
5163
# - name: Install dependencies
5264
# run: |
5365
# python -m pip install --upgrade pip
5466
# pip install setuptools wheel twine
67+
5568
# - name: Build and publish
5669
# env:
5770
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
5871
# TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
5972
# run: |
6073
# python setup.py sdist bdist_wheel
6174
# twine upload dist/*
75+
76+
# - name: push build status to Slack
77+
# uses: 8398a7/action-slack@v3
78+
# with:
79+
# status: ${{ job.status }}
80+
# fields: repo,message,commit,author,action,eventName,ref,workflow,job,took,pullRequest
81+
# env:
82+
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
83+
# if: always()

CHANGELOG.MD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.0.2 | 2023-02-14
2+
3+
This release test the deployment flow
4+
5+
### Test issue
6+
7+
- [FIXED] [0003](https://github.com/Flutterwave/rave-android/pull/274) Test Commit 54
8+
- [FIXED] [0001](https://github.com/Flutterwave/rave-android/pull/274) Test rCommit 2
9+
- [FIXED] [0002](https://github.com/Flutterwave/rave-android/pull/274) Test Commit 435g7
10+
11+
112
## 0.0.2 | 2023-02-12
213

314
This release test the deployment flow

0 commit comments

Comments
 (0)