Add notes about releases and tags

This commit is contained in:
Felix Krull 2019-06-14 07:19:21 +00:00 committed by Colin Walters
parent 1a301faa59
commit b1a41e90bd
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,10 @@ The version needs to be changed in the following places (if applicable):
* in `Cargo.toml` for the main crate version * in `Cargo.toml` for the main crate version
* in `README.md` in the *Installing* section in case of major version bumps * in `README.md` in the *Installing* section in case of major version bumps
Then, run the publish jobs on the release commit. Main and -sys crate don't have
to be released in lockstep. Then tag the commit as `ostree/x.y.z` and/or
`ostree-sys/x.y.z`.
## License ## License
The `ostree` crate is licensed under the MIT license. See the LICENSE file for The `ostree` crate is licensed under the MIT license. See the LICENSE file for
details. details.