small update to release recipe to add merge message

This commit is contained in:
Matt Nish-Lapidus 2025-07-09 15:44:49 -04:00
parent e1ffaf6e07
commit 674fb5daf7

View File

@ -29,7 +29,7 @@ release:
echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }} echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }}
just build just build
-git commit -am "built for release" -git commit -am "built for release"
git checkout release git checkout release -m "merging for release"
git merge main git merge main
git push git push
git checkout main git checkout main