cratis/Release

Generates a new version number based on PR labels. Packages the repository up and puts GitHub release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token to use within the action when it is performing writing. Defaults to the GITHUB_TOKEN.no${{ github.token }}
versionVersion number to use when creating the release. If there is a value and the value is not an empty string, it will override the logic of deducting the version number based on tags on the PR.no""
release-notesRelease notes to use when creating the release.no""
namedescription
should-publishBoolean telling whether or not a publish should be done
versionVersion number to publish with
prereleaseBoolean telling whether or not it is a prerelease
isolated-for-pull-requestBoolean telling whether or not it should be an isolated release for the pull request only