skenvy/Julia: R&R ~ Release and Register

Automatically release and register any push to a deployment branch that updates the Julia pkg version.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
deployment_branchName of branch from which against to deploy; e.g. master|main|trunk|othernomain
subdirectoryThe path to the folder/subdirectory containing the Pkg's Project.tomlno.
changelogAn optional changelog with which to generate notes in the release.no""
release_tag_templateA template to generate the release tag. Exposes "<NEW_VERSION>". ("/" will be replaced with "_").nov<NEW_VERSION>
release_name_templateA template to generate the release name. Exposes "<NEW_VERSION>".noVersion: <NEW_VERSION>
auto_releaseWhether to automatically release your new version.notrue
auto_registerWhether to automatically register your new release.notrue
namedescription
new_versionThe new version listed in project.
old_versionThe old version listed in project.
diff_fromThe sha of the "previous head of the deployment branch" that is used to check for a change in the version.
diff_toThe sha of the commit that is taken as the current ~ which without frobbing the head will be the github_sha.