bdbch/Rivet Release

Create and update a Rivet version pull request, then publish after it is merged.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token used to create branches and pull requests.no${{ github.token }}
cwdWorking directory containing the Rivet configuration.no.
base-branchBranch receiving the version pull request. Defaults to the branch that triggered the workflow.no${{ github.ref_name }}
branchBranch used for the version pull request.norivet-release
checkCommand used to determine whether Rivet needs versioning or publishing.nopnpm exec rivet check --json
versionCommand that consumes Rivet release files and creates the release plan.nopnpm exec rivet bump
publishCommand that builds and publishes packages after the version PR is merged.no
commit-messageCommit message used on the version branch.nochore: version packages
pr-titleTitle of the version pull request.nochore: version packages
setup-git-userConfigure the Git author as github-actions[bot].notrue
namedescription
publishedWhether the publish command ran successfully.
has-releaseWhether Rivet found release files or a release plan.
pull-request-numberNumber of the created or updated version pull request.