From ef8dd84cc9000761bc6f9b096ff17d2489822200 Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Mon, 3 Jun 2024 14:14:53 -0700 Subject: [PATCH] [nolist] Add update checklist --- update.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 update.md diff --git a/update.md b/update.md new file mode 100644 index 0000000..b4a5841 --- /dev/null +++ b/update.md @@ -0,0 +1,16 @@ +# Update checklist + +This is for me when releasing updates, because otherwise I forget things + +1. Update version in build.gradle.kts & commit +2. Create tag for update (e.g. 2.6.0) +3. Push tag & ver bump commit (ensure to select checkbox to push tag) +4. Merge dev -> master +5. Create release (draft release notes in release) + * Use github compare for reference: https://github.com/ajgeiss0702/ajQueue/compare/2.5.0...2.6.0 +6. Double-check release notes +7. Release ajQueuePlus on Spigot & Polymart (copy-paste release notes from github release) +8. Release ajQueue (free) on + * Modrinth + * Hangar + * Polymart \ No newline at end of file