File: HOW_TO_RELEASE.md

package info (click to toggle)
turtlefmt 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 304 kB
  • sloc: javascript: 68; makefile: 24; sh: 1
file content (5 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
To release a new version:

1. Update the version tag in `Cargo.toml`
2. Create the release tag on GitHub. Pypi release is automated in the CI.
3. Release on Crates.io: `cargo publish`.