davekpatrick/GitHub Action Release Version
A GitHub Action to create and tag a release version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apiToken | GitHub API token | no | — |
| tagPrefix | Release tag prefix character(s) to use | no | v |
| inceptionVersionTag | The starting point if no prior tags are found | no | 0.0.0 |
| version | The semver version to use as the current version | no | — |
| versionInputAsReleaseVersion | Use the current version input as the release version, skipping any version incrementing | no | false |
| keywords | A comma-separated list of keywords to identify the type of release | no | major,minor,patch,premajor,preminor,prepatch,prerelease |
Outputs
| name | description |
|---|---|
| versionTag | The release version tag |