juliaregistries/Julia TagBot

Creates GitHub releases for your registered Julia packages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub API tokenyes
registryOwner/name of the registry repositorynoJuliaRegistries/General
githubURL of self-hosted GitHubnogithub.com
github_apiAPI base URL of self-hosted GitHubnoapi.github.com
branchesWhether or not to merge release branchesnofalse
dispatchWhether or not to create a repository dispatch event prior to making releasesnofalse
dispatch_delayNumber of minutes to wait after creating a repository dispatch eventno5
lookback[DEPRECATED] This parameter no longer has any effect and will be removed in a future versionno3
sshSSH private key for pushing tagsno
ssh_passwordPassword for the SSH keyno
gpgGPG key for signing tagsno
gpg_passwordPassword for the GPG keyno
registry_tokenGitHub API token for accessing the registry (defaults to the main token)no
registry_sshSSH private key for accessing a private registryno
draftCreate draft releasesnofalse
userGit usernamenogithub-actions[bot]
emailGit emailno41898282+github-actions[bot]@users.noreply.github.com
branchBranch to create releases against when possibleno
subdirSubdirectory of package in repo, if not at top levelno
tag_prefixTag prefix (leave empty for automatic determination or set to `NO_PREFIX` to disable)no
changelogChangelog templateno## {{ package }} {{ version }} {% if yanked %} :warning: **This release has been yanked from the registry.** {% endif -%} {% if previous_release %} [Diff since {{ previous_release }}]({{ compare_url }}) {% endif %} {% if custom %} {{ custom }} {% endif %} {% if backport %} This release has been identified as a backport. Automated changelogs for backports tend to be wildly incorrect. Therefore, the list of issues and pull requests is hidden. <!-- {% endif %} {% if pulls %} **Merged pull requests:** {% for pull in pulls %} - {{ pull.title }} (#{{ pull.number }}) (@{{ pull.author.username }}) {% endfor %} {% endif %} {% if issues %} **Closed issues:** {% for issue in issues %} - {{ issue.title }} (#{{ issue.number }}) {% endfor %} {% endif %} {% if backport %} --> {% endif %}
changelog_ignoreLabels for issues and pull requests to be ignored (comma-delimited)no
changelog_formatChangelog format: custom (default), github (auto-generated), or conventional (conventional commits)nocustom

no outputs