From 1ffe473b612740b10621b5792f63b6bed2c7a57b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 12 Feb 2026 21:41:06 +0200 Subject: foo --- slashcommands/commit-and-push-to-git.md | 3 --- slashcommands/increment-version-and-push.md | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 slashcommands/commit-and-push-to-git.md delete mode 100644 slashcommands/increment-version-and-push.md (limited to 'slashcommands') diff --git a/slashcommands/commit-and-push-to-git.md b/slashcommands/commit-and-push-to-git.md deleted file mode 100644 index 42132bd..0000000 --- a/slashcommands/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/slashcommands/increment-version-and-push.md b/slashcommands/increment-version-and-push.md deleted file mode 100644 index 015038b..0000000 --- a/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. -- cgit v1.2.3