- Test your changes, merge into
master
. - Checkout
master
. - Bump the version number in
package.json
. - Run
./bin/build-release julia-actions/setup-julia
to create a release branch and build a release. - Push the branch (without tags) and verify that CI is passing on it.
- Run
git push --tags --force
to update the tags. - Create a release for the
vX.Y.Z
tag.