cratis/Release
Generates a new version number based on PR labels. Packages the repository up and puts GitHub release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token to use within the action when it is performing writing. Defaults to the GITHUB_TOKEN. | no | ${{ github.token }} |
| version | Version 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-notes | Release notes to use when creating the release. | no | "" |
Outputs
| name | description |
|---|---|
| should-publish | Boolean telling whether or not a publish should be done |
| version | Version number to publish with |
| prerelease | Boolean telling whether or not it is a prerelease |
| isolated-for-pull-request | Boolean telling whether or not it should be an isolated release for the pull request only |