mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 02:56:54 +08:00
492 B
492 B
Dev docs / Contributing guide
Building and tagging a release (requires write access)
- Test your changes, merge into
master. - Checkout
master. - Bump the version number in
package.json. - Run
./bin/build-release julia-actions/setup-juliato 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 --forceto update the tags. - Create a release for the
vX.Y.Ztag.