cbdq-io/CBDQ.IO Git Flow
A GitHub Action that enforces and assists with GitFlow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| main-branch-name | The name of the main branch | no | main |
| develop-branch-name | The name of the develop branch. | no | develop |
| feature-prefix | Prefix for feature branches | no | feature/ |
| bugfix-prefix | Prefix for bugfix branches | no | bugfix/ |
| release-prefix | Prefix for release branches | no | release/ |
| hotfix-prefix | Prefix for hotfix branches | no | hotfix/ |
| support-prefix | Prefix for support branches | no | support/ |
| version-tag-prefix | Prefix to be applied to tags when they are created. | no | "" |
| release-candidate | The name of the next release. | no | "" |
Outputs
no outputs