Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 294 Bytes

RELEASE.md

File metadata and controls

15 lines (11 loc) · 294 Bytes

Release Steps

1. Update Changelog

git cliff --tag {{VERSION}} -o CHANGELOG.md
git commit -a -m 'chore(release): prepare for release'

2. Cargo Release Action

cargo release {{VERSION} # Check if everything looks correct
cargo release {{VERSION} -x # Run Release