Releasing new version with protected branch #232
Answered
by
olamy
plamentotev
asked this question in
Q&A
-
Hi, Looks like the master branch is now protected and requires PR. I wonder how would releases would work, what is the process? |
Beta Was this translation helpful? Give feedback.
Answered by
olamy
Sep 10, 2022
Replies: 2 comments 3 replies
-
uhm this looks wrong |
Beta Was this translation helpful? Give feedback.
0 replies
-
@plamentotev I have removed that. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
plamentotev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@plamentotev I have removed that.
maybe it's a good idea? just use a branch
release/...
. when performing release use-DlocalCheckout=true -DpushChanges=false
then create a PR based on the branch
release/..
but hey I agree it's complicated ;)