forked from kivikakk/comrak
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RELEASE_CHECKLIST: update as of kivikakk#395.
- Loading branch information
Showing
1 changed file
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |