circleeh/Get Release Branch Info
Determines if the current branch is configured as a release branch in semantic-release configuration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
no inputs
Outputs
| name | description |
|---|---|
| is-release-branch | Boolean indicating if current branch is a release branch |
| tagFormat-prefix | The prefix of the tag format (everything before ${version}) |
| tagFormat-suffix | The suffix of the tag format (everything after ${version}) |
| semantic-release-plugins | Space-separated list of semantic-release plugins configured in the project |
| short-sha | Short version of the current commit SHA (7 characters) |