summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-04 09:17:05 +0200
committerPaul Buetow <paul@buetow.org>2026-02-04 09:17:05 +0200
commit4657a6ddaf1957d8038a09e12a6a746ee166da35 (patch)
tree541685139b66543194f9f74823d0cbc8dc20a773
parentf2d5e4e78c8a7c740628d93af171c10b25624399 (diff)
Update
-rw-r--r--dotfiles/cursor/commands/increment-version-and-push.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/cursor/commands/increment-version-and-push.md b/dotfiles/cursor/commands/increment-version-and-push.md
new file mode 100644
index 0000000..015038b
--- /dev/null
+++ b/dotfiles/cursor/commands/increment-version-and-push.md
@@ -0,0 +1,3 @@
+# 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.