Skip to content
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

Configurable RC/GA branch names #35

Open
bonndan opened this issue Jan 11, 2023 · 0 comments
Open

Configurable RC/GA branch names #35

bonndan opened this issue Jan 11, 2023 · 0 comments

Comments

@bonndan
Copy link

bonndan commented Jan 11, 2023

We are evaluating braumeister im combination with gitlab. Aside from that our current branch naming habits are different, we also have to use regexes to control our branch-based gitlab pipelines. For instance:

deploy_dev:
  ...
  only:
    - /^release\/*_RC_*$/

would be required to trigger an RC pipeline. I never get regexes right at the first try 😄 and I'd say it's error prone.

One useful feature might be to make the generated branch names more configurable, e.g. that RC simpy start with "rc_" if I want and similarly for GA branches.

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

No branches or pull requests

1 participant