Skip to content

Add Gitflow workflows #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2025
Merged

Conversation

basmussen
Copy link
Contributor

Summary

  • Add gitflow-release workflow with auto-detection support for release branches
  • Add gitflow-hotfix workflow for emergency fixes
  • Uses reusable workflows from dataliquid/github-actions repository

Test plan

  • Verify workflows appear in Actions tab after merge
  • Test release-start action creates new release branch
  • Test release-finish action with auto-detection when single release branch exists
  • Test hotfix-start action creates new hotfix branch
  • Test hotfix-finish action merges back to master and develop

- Add gitflow-release workflow with auto-detection support
- Add gitflow-hotfix workflow for emergency fixes
- Uses reusable workflows from dataliquid/github-actions repository
@basmussen basmussen merged commit 2abe901 into develop Jun 9, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant