Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 553 Bytes

RELEASE_CHECKLIST.md

File metadata and controls

12 lines (11 loc) · 553 Bytes

Release Checklist

  • Update the version in Cargo.toml, docs/conf.py, and the binary links in docs/installing.rst, and CHANGELOG.md
  • Copy the contents of the CHANGELOG for this release into commit message
  • Ensure the cargo publish is happy cargo publish --dry-run
  • Try the release github actions by pushing a tag to your solang fork
  • If build succeeds, merge the release commits
  • Apply tag to merged commit on main branch
  • Push tag to origin
  • Wait for build to succeed
  • cargo publish
  • Release new version of vscode plugin if needed