jessicalostinspace/Cut A Release Branch Given a Semantic Version and Branch Prefix
Cuts a new release branch with a branch name of <prefix><semantic-version>.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repository-url | The name of the repository | yes | — |
| branch-prefix | The prefix to be prepended by the semantic version | yes | — |
| semantic-version | The desired semantic version you want to cut a release branch for | yes | — |
Outputs
| name | description |
|---|---|
| release-branch-name | The name of the new release branch |