blob: 12b01deeae29b6978ab5823ba3604f225d6f71b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
How to make a release of ammonia
================================
* Make a pull request with all these changes, wait until it's approved:
* Bump the version in Cargo.toml
* Check if all the dependencies are up-to-date
* Put all the Unreleased stuff in CHANGELOG.md under the new version
* Check out and pull down `master`
* Copy the CHANGELOG into a GitHub release:
* Run `cargo publish`
|