From b4fab0deee89028e41c90acd73d55356ec24fdea Mon Sep 17 00:00:00 2001
From: Simon Diesenreiter <simon@disi.dev>
Date: Mon, 14 Apr 2025 22:54:14 +0200
Subject: [PATCH] fix: messed up release refs NOISSUE

---
 .gitea/conventional_commits/generate-version.sh | 3 ++-
 song_of_the_day/VERSION                         | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

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