File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 5454
5555 - name : Update version
5656 run : python scripts/update_version.py --next-version ${{ needs.get-next-version.outputs.new-release-version }}
57-
58- - name : Commit version changes
59- run : |
60- git config --local user.email "[email protected] " 61- git config --local user.name "GitHub Action"
62- git add .
63- git commit -m "chore(release): update version to ${{ needs.get-next-version.outputs.new-release-version }} [skip ci]"
64- git push
65- env :
66- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6757
6858 build-binaries :
6959 needs : update-version
Original file line number Diff line number Diff line change 1010 "changelogFile" : " CHANGELOG.md"
1111 }
1212 ],
13+ [
14+ " @semantic-release/git" ,
15+ {
16+ "assets" : [" casbin_cli/__version__.py" ],
17+ "message" : " chore(release): ${nextRelease.version} [skip ci]\n\n ${nextRelease.notes}"
18+ }
19+ ],
1320 [
1421 " @semantic-release/github" ,
1522 {
You can’t perform that action at this time.
0 commit comments