Ready to clone and code.

This commit is contained in:
simon
2024-12-02 11:20:24 +00:00
committed by github-actions[bot]
parent 4c054008f7
commit d2b1d4bcfa
18 changed files with 27 additions and 118 deletions

View File

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