Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 355 Bytes

File metadata and controls

11 lines (8 loc) · 355 Bytes

Release Process

It's easy!

  • Make sure CHANGELOG.md has the latest release notes under [Unreleased] - ReleaseDate
  • Regenerate all GIFs with ./gifs.py (and commit changes)
    • Look at the GIFs and make sure they're correct!
  • cargo release --workspace <major|minor|patch>
    • If it looks good, add --execute

Everything else is automated :)