chore: remove release git commands from project rules
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user