Skip to content

Commit 315b36a

Browse files
committed
Prepare repository for initial release build
1 parent ff5ce3c commit 315b36a

File tree

3 files changed

+1
-67
lines changed

3 files changed

+1
-67
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,6 @@ jobs:
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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ audioshelf.db
2323
# Temporary Updates
2424
audioshelf_updater.bat
2525
version_info.txt
26+
update_changelog.py

update_changelog.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)