chore: remove release git commands from project rules

This commit is contained in:
2026-04-27 22:25:56 +02:00
parent e3f142bbb6
commit c5a52e2d41
-7
View File
@@ -16,10 +16,3 @@ description: SSHRM project conventions
# Project identity
- Main script: `sshrm`
- License: GNU GPL v3
git checkout "${TAGBRANCH}"
git merge "${CURRENTBRANCH}"
git push
git tag -a "${VERSION}" -m "${MESSAGE}"
git push --tags
git checkout "${CURRENTBRANCH}"