Update release checklist

This commit is contained in:
Nick Groenen 2021-04-11 16:32:52 +02:00
parent 84a9abc98d
commit 5e8e8b9c96
No known key found for this signature in database
GPG Key ID: 4F0AD019928AE098
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
- [ ] Run `cargo check`
- [ ] Commit changes to `Cargo.*` with the message format `Release vN.N.N`
- [ ] Make git tag `vN.N.N`
- [ ] Run `gitchangelog`
- [ ] Run `gitchangelog`, review and make any manual adjustments as needed
- [ ] Regenerate README: `docs/generate.sh`
- [ ] Stage `CHANGES.md` and `docs/` and amend previous commit
- [ ] Stage `CHANGES.md`, `README.md` and amend previous commit
- [ ] Force update git tag `vN.N.N`
- [ ] Push changes & tag
- [ ] Wait for builds to turn green (<https://github.com/zoni/obsidian-export/actions>)