File tree Expand file tree Collapse file tree 3 files changed +1
-67
lines changed
Expand file tree Collapse file tree 3 files changed +1
-67
lines changed Original file line number Diff line number Diff line change 3737 echo "VERSION=$ver" >> $env:GITHUB_ENV
3838 Write-Host "Detected Version: $ver"
3939
40- - name : Update Changelog and Push
41- run : |
42- python update_changelog.py $env:VERSION
43-
44- git config --global user.name "GitHub Action"
45- git config --global user.email "[email protected] " 46-
47- git add CHANGELOG.md
48- git commit -m "Auto-update Changelog for version $env:VERSION [skip ci]" || Write-Host "No changes to commit"
49- git push
50-
5140 - name : Generate Version Info for Exe
5241 run : |
5342 python create_version.py $env:VERSION
Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ audioshelf.db
2323# Temporary Updates
2424audioshelf_updater.bat
2525version_info.txt
26+ update_changelog.py
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments