cloudposse/Release Branch Manager GitHub Action
Creates release branch based on tag major version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Token used to perform git and GitHub operations | no | ${{ github.token }} |
| log-level | Log level for this action. Available options: ['off', 'error', 'warn', 'info', 'debug']. Default 'info' | no | info |
| git-user-name | Git user name that will be used for git config | no | actions-bot |
| git-user-email | Git user email that will be used for git config | no | actions-bot@users.noreply.github.com |
| dry-run | Run action without pushing changes to upstream | no | false |
| minimal-version | Minimal 'major' version that release branch creation should start from | no | 0 |
Outputs
| name | description |
|---|---|
| response | Response in json format for example: {"succeeded":true,"reason":"CREATED_BRANCHES","message":"Successfully created release branches","data":{"release/v3":"3.1.0","release/v2":"2.0.0","release/v1":"1.1.0"}} |