RELEASING.md
Update version in both files:
# Edit Cargo.toml - update workspace.package.version
# Edit crates/monty-js/package.json - update version
# Update Cargo.lock
make lint-rs
Both Cargo.toml and package.json should have the same version (e.g., 0.0.2).
git add Cargo.toml Cargo.lock crates/monty-js/package.json
git commit -m "Bump version to X.Y.Z"
git push
v0.0.2)v0.0.2)Once the tag is pushed, CI will:
pydantic-monty)@pydantic/monty)Monitor the workflow at https://github.com/pydantic/monty/actions
For pre-releases (alpha, beta, rc), use a tag like v0.0.2-beta.1:
--tag next (not latest)