district09/Gitflow release action
Creates a tag, GitHub release, and backmerge PR after merging a release or hotfix branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token with repo permissions | yes | — |
| merged_branch_name | The name of the branch that was merged | yes | — |
| merged_branch_sha | The SHA of the branch that was merged | yes | — |
| tag_branch | The branch where the tag should be created (e.g., main) | no | main |
| backmerge_branch | The branch where the merged branch should be merged back to | no | develop |
| git_user_mail | The git user email address, defaults to action@github.com | no | action@github.com |
| git_user_name | The git user name, defaults to ""GitHub Actions"" | no | GitHub Actions |
Outputs
no outputs