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. |