diff --git a/.continue/rules/project.md b/.continue/rules/project.md index aa0d620..38a955e 100644 --- a/.continue/rules/project.md +++ b/.continue/rules/project.md @@ -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}"