-
Notifications
You must be signed in to change notification settings - Fork 13
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
CI Branching #27
base: main
Are you sure you want to change the base?
CI Branching #27
Conversation
Thiyagu55
commented
Dec 24, 2021
- Whenever any code is pushed into python/java/ruby/nodejs folder's main branch this GitHub workflow will merge the changes into python/java/ruby/nodejs sqlcommenter branch respectively
I can see this working :) |
To give some context: This is a monorepo with multiple languages.
What we were thinking with this PR is
@aabmass @lonewolf3739 Do you guys see any concerns with this approach ? |
I don't see any immediate concerns with this approach. Since there is one workflow for each lang would it be possible to do this in main branch itself? |
yes, we can do it from main branch but it has its pros and cons.
Now, this approach of creating release from branches would mitigate the assets part, where python release would only contain python sources and so for other languages. |