From a66615c6fc53954d94bdebb141f214142380f1a9 Mon Sep 17 00:00:00 2001 From: Simon Diesenreiter Date: Tue, 15 Apr 2025 11:59:47 +0200 Subject: [PATCH] fix: more fixes in release logic refs NOISSUE --- .gitea/conventional_commits/generate-version.sh | 2 +- song_of_the_day/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/conventional_commits/generate-version.sh b/.gitea/conventional_commits/generate-version.sh index 8887869..ca90d33 100755 --- a/.gitea/conventional_commits/generate-version.sh +++ b/.gitea/conventional_commits/generate-version.sh @@ -86,9 +86,9 @@ start() { echo "New version: $new_version" gitchangelog | grep -v "[rR]elease:" > HISTORY.md - git add song_of_the_day/VERSION git add HISTORY.md echo $new_version > song_of_the_day/VERSION + git add song_of_the_day/VERSION git commit -m "release: version $new_version 🚀" echo "creating git tag : $new_version" git tag $new_version diff --git a/song_of_the_day/VERSION b/song_of_the_day/VERSION index 845639e..c946ee6 100644 --- a/song_of_the_day/VERSION +++ b/song_of_the_day/VERSION @@ -1 +1 @@ -0.1.4 +0.1.6