From c5a52e2d412ed34446f9f1bfff313bfb9920a12f Mon Sep 17 00:00:00 2001 From: MatMoul Date: Mon, 27 Apr 2026 22:25:56 +0200 Subject: [PATCH] chore: remove release git commands from project rules --- .continue/rules/project.md | 7 ------- 1 file changed, 7 deletions(-) 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}"