-
Notifications
You must be signed in to change notification settings - Fork 69
Allow updating particular branches #23
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
Conversation
9eaf48a
to
c1ae5d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, this strategy works alright if one submodule has release branches (in this case it would be temporal). On each release branch it'll start from the tctl main branch at the point where that release branch was created, and then never update it along that branch. It'll be a big pain if we need to patch tctl on multiple release branches, but I guess we can hope we never have to do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this doesn't actually build images for the release branch commits yet, right? Is that going to come in another PR?
da7ede4
to
bc97061
Compare
bc97061
to
9e0a1a3
Compare
* Allow updating particular branches * address comments * address comments * address comments
What was changed
temporal
)v1.1.0
)Why?
Automating patch releases
Checklist
Closes
How was this tested:
Tested the code with personal repos and simulating the changes:
https://github.com/feedmeapples/gha-parent
https://github.com/feedmeapples/gha-child