jhin-mista/Tagged Release Creator
Creates a GitHub release tagged with the next semantic version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit | The commit to create the release from | yes | — |
| type | The release type to create (Major|Minor|Patch) | yes | — |
| token | The access token for authenticating against GitHub | yes | — |
| pre-release | Indicates if this release is a pre-release | yes | — |
| pre-release-identifier | An optional pre-release identifier | no | — |
| log-level | Configures the log level (default: information) | no | Information |
Outputs
| name | description |
|---|---|
| next-version | The next semantic version created by this action |