summaryrefslogtreecommitdiff
path: root/cursor/slashcommands/increment-version-and-push.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-08 14:35:20 +0200
committerPaul Buetow <paul@buetow.org>2026-02-08 14:35:20 +0200
commit9566be4781d577513d8382d129b054681ce88334 (patch)
tree4c6a5264b5141807d81962f6efad03c34e4831ff /cursor/slashcommands/increment-version-and-push.md
parent47bc74cc1052f313488d0fde1555f48070469047 (diff)
fix
Diffstat (limited to 'cursor/slashcommands/increment-version-and-push.md')
-rw-r--r--cursor/slashcommands/increment-version-and-push.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/cursor/slashcommands/increment-version-and-push.md b/cursor/slashcommands/increment-version-and-push.md
deleted file mode 100644
index 015038b..0000000
--- a/cursor/slashcommands/increment-version-and-push.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Increment version and push
-
-Increment the version of the project, tag it in git, commit, and push. For Go-based projects, look for the internal/version.go file. For bug fixes, increment only the minor version. We are using semantic versioning, e.g., x.y.z, where z is the minor version. For new features, increment y. Never increment x (the major version) unless specified.