2020-12-22 14:56:03 +03: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`
|
|
|
|
- [ ] Run `gitchangelog`
|
2020-12-22 16:28:38 +03:00
|
|
|
- [ ] Regenerate mdBook sources: `book/generate.sh`
|
|
|
|
- [ ] Stage `CHANGES.md` and `book/` and amend previous commit
|
2020-12-22 14:56:03 +03: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>)
|