|
|
@@ -358,15 +358,15 @@ jobs:
|
|
|
files: |
|
|
|
release/*
|
|
|
|
|
|
- # Commit&Push Changelog to master branch. Must be manually merged back to rolling
|
|
|
- - name: Commit changes and push changes
|
|
|
- if: startsWith(github.ref, 'refs/tags/')
|
|
|
- run: |
|
|
|
- git config user.name github-actions
|
|
|
- git config user.email github-actions@github.com
|
|
|
- git add Changelog.md
|
|
|
- git commit Changelog.md -m "Update Changelog.md for ${{github.event.inputs.versionIncrement}} release"
|
|
|
- git push origin HEAD:master
|
|
|
+# # Commit&Push Changelog to master branch. Must be manually merged back to rolling
|
|
|
+# - name: Commit changes and push changes
|
|
|
+# if: startsWith(github.ref, 'refs/tags/')
|
|
|
+# run: |
|
|
|
+# git config user.name github-actions
|
|
|
+# git config user.email github-actions@github.com
|
|
|
+# git add Changelog.md
|
|
|
+# git commit Changelog.md -m "Update Changelog.md for ${{github.event.inputs.versionIncrement}} release"
|
|
|
+# git push origin HEAD:master
|
|
|
|
|
|
|
|
|
#########################################################################################
|