From 789cb8acaef06a85e8494b254b977607e4461985 Mon Sep 17 00:00:00 2001 From: Nelson Lai Date: Sun, 14 Sep 2025 13:27:44 +0800 Subject: [PATCH] Add mod-commit-and-tag.txt --- general/mod-commit-and-tag.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 general/mod-commit-and-tag.txt diff --git a/general/mod-commit-and-tag.txt b/general/mod-commit-and-tag.txt new file mode 100644 index 0000000..00109c8 --- /dev/null +++ b/general/mod-commit-and-tag.txt @@ -0,0 +1,9 @@ +1. Pull the latest changes first. +2. Commit all and push. +3. Pull to ensure we got the latest tags +4. Use diff to review the latest version and the last version tag +5. Suggest a new version vX.X.X (DO NOT UPGRADE MAJOR VERSION UNLESS USER ASK FOR IT!) +6. Tag current version to this version +7. Write a release note for this version (no need to include version in the note) +8. Commit all and push again. +PS: Write the note with markdown in codeblock \ No newline at end of file