rustypaste/RELEASE.md

492 B

Creating a Release

  1. Update the version in Cargo.toml accordingly to Semantic Versioning.
  2. Run cargo build to update the version in Cargo.lock.
  3. Update CHANGELOG.md accordingly.
  4. Commit the changes. (see this example commit)
  5. Create a release on GitHub with the same entries in CHANGELOG.md.