ksuderman/Tag and Release
Tags the current version and creates a new release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | path to the file containing the version number. Ignored if `tag` is specified. | yes | VERSION |
| parser | one of awk or cat that will be used to extract the version number. Ignored if `tag` is specified | yes | cat |
| draft | set to `true` to create a draft release | yes | false |
| tag | the tag name to use. Overrides `file` and `parser` | no | — |
Outputs
no outputs