-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Release notes for 7.1.x are missing #639
Comments
That is because 7.1.1, 7.1.2, 7.1.3, and 7.1.4 are not part of master. If we release 8.0.0 according to https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md then we should see all changes for 8.0.0 in RELEASENOTES.md. I hope this makes sense. |
Does that make sense to you? It feels like a missing thing in the release docs to me. How do e.g. bugfixes from the release branch make its way back to |
We generally do not commit any bug fix onto a release branch such as 7.1.x before we commit it onto master. According to the release process we update RELEASENOTES.md from the changes on the branch that we release. So all changes in master that have not been released should make it into RELEASENOTES.md when we make a release. This is how our development works. If it does not make sense then please request clarification via Slack or dev forum. I am pretty busy with some bug fixes and fallen behind on my own commitments. |
Per documentation:
The bolded line states that master should contain the release notes from the release branch by cherry picking them. |
Yeah, I think the way @brodybits reads this is that this should happen when you do the next release from But I think it was probably meant like you interpret it: After having added the release notes to the release branch, also cherry pick them over to Does this make sense? If so, we should probably clarify this section to make this clearer. I think in general, users would expect the release notes in |
7.1.1, 7.1.2, 7.1.3 and 7.1.4 were released, but the release notes in master were not updated.
The release note exist in the release branch: https://github.com/apache/cordova-android/blob/7.1.x/RELEASENOTES.md
The text was updated successfully, but these errors were encountered: