-
Install
toml-cliif you haven't already (cargo install toml-cli --version 0.2.3). -
Run the script
./scripts/release.shand follow the prompts.
If for some reason the GitHub Actions release workflow failed with an error that needs to be fixed, you'll have to delete both the tag and corresponding release from GitHub. After you've pushed a fix, delete the tag from your local clone with
git tag -l | xargs git tag -d && git fetch -tThen repeat the steps above.