File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3131 echo Last version: ${last_version}
3232 new_version=$(echo ${NEW_TAG//v/""})
3333 echo New version: ${new_version}
34- git config --local user.name "github-actions[bot]"
34+ git config --global user.name "github-actions[bot]"
35+ git config --global user.email "[email protected] " 3536 bumpversion --current-version $last_version --new-version $new_version setup.py
3637 - name : update changelog with gren
3738 env :
4142 node_modules/.bin/gren changelog --override
4243 - name : Commit files
4344 run : |
44- git config --local user.name "github-actions[bot]"
45+ git config --global user.name "github-actions[bot]"
46+ git config --global user.email "[email protected] " 4547 git add CHANGELOG.md
4648 git commit -m "Update ChangeLog"
4749 - name : Push changes
You can’t perform that action at this time.
0 commit comments