technote-space/Release Type Action
GitHub Actions to do some actions based on release type.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Secret GitHub API token to use for making API requests. | no | ${{ github.token }} |
| BRANCH_NAME | Target branch name | no | — |
| BRANCH_PREFIX | Target branch prefix | no | release/ |
| MINOR_UPDATE_TYPES | Minor update commit types | no | feat |
| EXCLUDE_MESSAGES | Exclude messages | no | — |
| BREAKING_CHANGE_NOTES | Breaking change notes | no | BREAKING CHANGE |
| TITLE_TEMPLATE | Title template | no | release: ${NEXT_VERSION} |
| MAJOR_LABEL | major release label | no | Release: Major |
| MINOR_LABEL | Minor release label | no | Release: Minor |
| PATCH_LABEL | Patch release label | no | Release: Patch |
Outputs
no outputs