-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Merge pull request #7550 from pytest-dev/release-6.0.0 #7556
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
(Going ahead and merge this to complete the release) |
Oh I just realized the release process doesn't work from releases made directly from master, as is the case with major/minor releases... or did I miss something? |
Not sure I understand, can you explain what doesn't work? |
Sorry, should have been more specific: our |
I think in the days of old (i.e. previous release) you cherry-picked the release commit from the stable branch to master. It's a bit annoying but I don't see a way around that. |
Hmmm can't we always merge back from release -> master after each release (for example merge |
I suspect they will cause problems -- sometimes things drift and the backport is not a clean application of the original commit. Is there a reason to prefer a merge over a cherry-pick? |
Hmm I think the problem is that we explicitly discard the cherry-pick results for the
I guess it makes sense to keep those changes so they don't appear in the next major/minor again? |
Hmm yes, I think this is just a mindless copy/paste (by me) from the old workflow. I think we should remove this line now. |
No worries, let me amend that and fix the changelog entries (I will do a merge for now, but I agree in general the cherry-pick is the correct approach). |
As discussed in pytest-dev#7556
As discussed in pytest-dev#7556
No description provided.