fix: messed up release refs NOISSUE
Some checks failed
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been cancelled
CI / linter (9.0.X, ubuntu-latest) (push) Has been cancelled
SonarQube Scan / SonarQube Trigger (push) Has been cancelled
Upload Python Package / Create Release (push) Successful in 20s
Upload Python Package / deploy (push) Failing after 1m31s

This commit is contained in:
simon 2025-04-14 22:54:14 +02:00
parent 67472ac305
commit b4fab0deee
2 changed files with 3 additions and 2 deletions

View File

@ -86,7 +86,8 @@ start() {
echo "New version: $new_version"
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
git add song_of_the_day/VERSION HISTORY.md
git add song_of_the_day/VERSION
git add HISTORY.md
echo $new_version > song_of_the_day/VERSION
git commit -m "release: version $new_version 🚀"
echo "creating git tag : $new_version"

View File

@ -1 +1 @@
0.1.3
0.1.4