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