diff options
Diffstat (limited to 'cursor/commands')
| -rw-r--r-- | cursor/commands/commit-and-push-to-git.md | 3 | ||||
| -rw-r--r-- | cursor/commands/increment-version-and-push.md | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/cursor/commands/commit-and-push-to-git.md b/cursor/commands/commit-and-push-to-git.md deleted file mode 100644 index 42132bd..0000000 --- a/cursor/commands/commit-and-push-to-git.md +++ /dev/null @@ -1,3 +0,0 @@ -# Commit and push to git - -Commit and push to git all changes you made. diff --git a/cursor/commands/increment-version-and-push.md b/cursor/commands/increment-version-and-push.md deleted file mode 100644 index 015038b..0000000 --- a/cursor/commands/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. |
