Ready to clone and code.

This commit is contained in:
simon
2025-04-02 20:06:02 +00:00
committed by github-actions[bot]
parent c9a9b12831
commit a49ea792cc
19 changed files with 28 additions and 119 deletions

View File

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