diff --git a/.gitea/conventional_commits/generate-version.sh b/.gitea/conventional_commits/generate-version.sh index 3c06801..8887869 100755 --- a/.gitea/conventional_commits/generate-version.sh +++ b/.gitea/conventional_commits/generate-version.sh @@ -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" diff --git a/song_of_the_day/VERSION b/song_of_the_day/VERSION index b1e80bb..845639e 100644 --- a/song_of_the_day/VERSION +++ b/song_of_the_day/VERSION @@ -1 +1 @@ -0.1.3 +0.1.4