summaryrefslogtreecommitdiff
path: root/RELEASE_PROCEDURE.md
AgeCommit message (Collapse)Author
2018-06-02Update release procedureBryant Mairs
It can be easy to miss something that's required for a release, so run cargo publish as a dry run to make sure everything's set.
2018-02-19[skip ci] Update the release procedureBryant Mairs
Don't change the version in `Cargo.toml` after publishing to crates.io as it's unnecessary extra manual work.
2018-01-31[skip ci] Update RELEASE_PROCEDURE.mdBryant Mairs
2018-01-26Fix typo in release procedureAlan Somers
2016-11-16Get rid of version suffix between versionsPhilipp Matthias Schaefer
2016-09-09Small fixes to RELEASE_PROCEDURE.mdPhilipp Matthias Schaefer
2016-09-08Mention the libc version changes in RELEASE_PROCEDURE.mdPhilipp Matthias Schaefer
2016-09-07Expand on release procedureKamal Marhubi
2016-07-22Introduce CHANGELOG.mdPhilipp Matthias Schaefer
- Added initial CHANGELOG.md with Changes from Version 0.6.0 and the upcoming changes for version 0.7.0. - Added RELEASE_PROCEDURE.md detailing what changes should be made to CHANGELOG.md during a release. - Added sections about CHANGELOG.md in CONVENTIONS.md and CONTRIBUTIONS.md.