obsidian-export/docs/Release-checklist.md

15 lines
631 B
Markdown
Raw Normal View History

2020-12-22 12:56:03 +01:00
# Release process
- [ ] Update version number in `Cargo.toml`
- [ ] Run `cargo check`
- [ ] Commit changes to `Cargo.*` with the message format `Release vN.N.N`
- [ ] Make git tag `vN.N.N`
2021-04-11 16:32:52 +02:00
- [ ] Run `gitchangelog`, review and make any manual adjustments as needed
- [ ] Regenerate README: `docs/generate.sh`
2021-04-11 16:32:52 +02:00
- [ ] Stage `CHANGES.md`, `README.md` and amend previous commit
2020-12-22 12:56:03 +01:00
- [ ] Force update git tag `vN.N.N`
- [ ] Push changes & tag
- [ ] Wait for builds to turn green (<https://github.com/zoni/obsidian-export/actions>)
- [ ] Run `cargo publish`
- [ ] Publish drafted release (<https://github.com/zoni/obsidian-export/releases>)