Skip to content

Commit fc16951

Browse files
authored
Merge branch 'master' into master
2 parents 3e19b5e + cbbd78d commit fc16951

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Generate changelog
2+
on:
3+
push:
4+
branches: [master]
5+
6+
jobs:
7+
generate-changelog:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
with:
12+
fetch-depth: 0
13+
- uses: BobAnkh/auto-generate-changelog@master
14+
with:
15+
REPO_NAME: 'ztqakita/BrainPy'
16+
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
17+
PATH: 'changelog.rst'
18+
COMMIT_MESSAGE: 'docs(changelog): update release notes'
19+
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'

0 commit comments

Comments
 (0)