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 3030 echo Last version: ${last_version}
3131 new_version=$(echo ${NEW_TAG//v/""})
3232 echo New version: ${new_version}
33- git config --local user.name "github-actions[bot]"
33+ git config --global user.name "github-actions[bot]"
34+ git config --global user.email "[email protected] " 3435 bumpversion --current-version $last_version --new-version $new_version setup.py
3536 - name : update changelog with gren
3637 env :
4041 node_modules/.bin/gren changelog --override
4142 - name : Commit files
4243 run : |
43- git config --local user.name "github-actions[bot]"
44+ git config --global user.name "github-actions[bot]"
45+ git config --global user.email "[email protected] " 4446 git add CHANGELOG.md
4547 git commit -m "Update ChangeLog"
4648 - name : Push changes
You can’t perform that action at this time.
0 commit comments