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

docs: Avoid / in backport/changelog git branch names in Release Process #3993

Merged
merged 2 commits into from
Jun 3, 2021

Conversation

tjanez
Copy link
Member

@tjanez tjanez commented Jun 3, 2021

Apparently, Git has a limitation where if branch named b exists, no branch named b/something can be created:
https://stackoverflow.com/a/22630664/1872673.

Hence, if branch named stable/21.2.x exists, one is unable to create a stable/21.2.x/backport-foo or stable/21.2.x/changelog branch.

tjanez added 2 commits June 3, 2021 17:58
Apparently, Git has a limitation where if branch named 'b' exists, no
branch named 'b/something' can be created:
https://stackoverflow.com/a/22630664/1872673.

Hence, if branch named 'stable/21.2.x' exists, one is unable to create a
'stable/21.2.x/backport-foo' or 'stable/21.2.x/changelog' branch.
@tjanez tjanez marked this pull request as ready for review June 3, 2021 16:10
@tjanez tjanez enabled auto-merge June 3, 2021 16:11
@tjanez tjanez merged commit 9b936ab into master Jun 3, 2021
@tjanez tjanez deleted the tjanez/release-process-fix branch June 3, 2021 16:25
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

Successfully merging this pull request may close these issues.

2 participants