Skip to content

Creating a release

Aru Sahni edited this page Nov 15, 2020 · 3 revisions
  1. Check out the latest revision on the main branch.
  2. Bump the version in the Cargo.toml file.
  3. Run cargo update -p nquery
  4. Run git add Cargo.toml Cargo.lock
  5. Run git commit -m "v<VERSION>"
  6. Run git tag v<VERSION>
  7. Run git push && git push --tags
    • This will build the artifacts, and create a draft release.
  8. Once happy, run cargo publish
Clone this wiki locally