Ready to clone and code.

This commit is contained in:
simon
2026-03-01 15:33:31 +00:00
committed by github-actions[bot]
parent 2410173af1
commit d488434323
10 changed files with 20 additions and 107 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 HISTORY.md
echo $new_version > n8n_ollama/VERSION
git add n8n_ollama/VERSION HISTORY.md
git commit -m "release: version $new_version 🚀"
echo "creating git tag : $new_version"
git tag $new_version