Scripts used across the julia-actions organisation.
build-release
: Create a release branch, build action and create/update tags based on the version specified inpackage.json
.build-test-release
: Create a branchtest/"$branch_name"/releases/"$version"
and build action for testing purposes, wherebranch_name
is the name of your currently checked out branch andversion
is the version specified inpackage.json
.