Skip to content

Commit

Permalink
update checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclopticnerve committed Nov 20, 2022
1 parent 54f3c76 commit 130c487
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions todo/checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ Release - VSCodium
[X] Publish branch
-- Modify files as necessary (delete .gitignore, etc.)
[X] Change any DEBUG to 0
[] Merge from “release” to “main“ (git checkout “main”; git merge “release”)
[] Delete release branch
[X] Merge from “release” to “main“ (git checkout “main”; git merge “release”, squash commits)
[X] Delete release branch ($ git push --delete origin release) (doesn't work in gui?)
[] Push “main”
[] DO NOT TAG HERE - TAG IN GITHUB (TAG CONFLICT?)
[] checkout "dev"

Release - GitHub
[] Draft release
Expand Down

0 comments on commit 130c487

Please sign in to comment.