Skip to content

Commit

Permalink
RELEASE_CHECKLIST: update as of kivikakk#395.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 8, 2024
1 parent 2bbe214 commit 9962cdf
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
- [ ] `rustup update stable`
- [ ] bump version in Cargo.toml
- [ ] did `tests::exercise_full_api` change? if so, it's a semver-breaking change.
- [ ] update changelog
- [ ] `cargo run --example update-readme`
- [ ] commit, tag, push commit, but do not push tag yet
- [ ] build some binaries!
- [ ] `cargo publish`
- [ ] push tag
- [ ] edit release to include changelog
* Bump version in `Cargo.toml`.
* Did `tests::exercise_full_api` change? if so, it's a semver-breaking change.
* Run https://github.com/kivikakk/comrak/actions/workflows/release.yml.
* Inspect the created PR, make any changes, and merge when ready.
* This will automatically create a new git tag, GitHub release, and publish
to crates.io.

0 comments on commit 9962cdf

Please sign in to comment.