-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added release_checklist and changelog. Prepare for release
- Loading branch information
1 parent
19800ad
commit 2e0b519
Showing
11 changed files
with
161 additions
and
142 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Release Checklist | ||
|
||
This is a list of steps to complete when making a new release. | ||
|
||
1. Review the commit and PR history since last release. Ensure that all relevant | ||
changes are included in `CHANGELOG.md` | ||
1. Ensure the readme and homepage website reflects API changes. | ||
1. Ensure the version listed in `Cargo.toml` is updated | ||
1. Update Rust tools: `rustup update` | ||
1. Run `cargo test`, `cargo fmt` and `cargo clippy` | ||
1. Commit and push the repo | ||
1. Check that CI pipeline passed | ||
1. Run `cargo package` and `cargo publish` (Allows installation via cargo) | ||
1. Run `cargo build --release` on Windows and Linux (to build binaries) | ||
1. Run `cargo deb` on Linux, and `cargo wix` on Windows (to build installers) | ||
1. Add a release on [Github](https://github.com/David-OConnor/seed/releases), following the format of previous releases. | ||
1. Upload the following binaries to the release page: Windows binary, Linux binary, Msi, Deb |
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
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
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
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
Oops, something went wrong.