stephanebour/Calver Release
Automatically create Calver compliant tags or releases based on PR labels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release_branch | Branch to tag | no | master |
| name | The title of the release | no | 0 |
| message | The message of the release | no | 0 |
| draft | Is draft ? | no | false |
| pre | Is pre-release ? | no | false |
| release | Create new release | no | true |
| date_format | Format date in posix shell | no | %Y.%V |
| version_regexp | Extended regexp for grep to match existing versions | no | ^20[^\-]*$ |
| patch_separator | Separator to use between version and patch level | — | . |
Outputs
| name | description |
|---|---|
| release | The newly created release version |
| title | Release title |
| changelog | Changelog generated for the release body |
| draft | Is the release a draft |
| pre | Is the release a pre-release |
| created | Was a release created |