Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 291 Bytes

how-to-release.md

File metadata and controls

10 lines (10 loc) · 291 Bytes
  • update CHANGELOG.md
  • bump [package] version in Cargo.toml
  • update Cargo.lock: cargo check
  • bump version in package.nix
  • update cargoHash: nix build
  • git commit -m 'version x.x.x'
  • git tag -am x.x.x x.x.x
  • git push
  • git push --tags
  • git push -f origin @:latest