-
Notifications
You must be signed in to change notification settings - Fork 65
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
Changelogs content, formatting and links #53
Comments
Interesting points @brodybits
Other input? |
Agreed, and I find it to be an ugly one. I am really coming to favor to just use "#???" like GitHub does.
I had only meant that a more explicit reference should be in the release notes in cordova-docs. But I said in apache/cordova-docs#911 (comment) that the more explicit reference may not be so important if a release notes page is all for the same package.
Yes. Some of my early experience with GitHub merges came from watching the changes on PouchDB, and they seem to do some manual work to put the original PR number at the beginning of every commit before landing in the repo. A recent example is pouchdb/pouchdb#7534, which they landed in pouchdb/pouchdb@405e8d3. (Earlier PouchDB PRs such as pouchdb/pouchdb#2900 were actually closed rather than merged since the GitHub merge tool was less advanced back then. And Node.js still seems to close accepted PRs with "landed" messages instead of actually merging them; nodejs/node#23163 is an example.) I am starting to favor keeping the PR number at the end, like GitHub does by default, to make things easier. Committer should feel free to edit the merge commit message or not, as appropriate per PR.
I would favor that approach now. Not all PRs originate from separate issues, and some PRs may originate from issues in https://github.com/apache/cordova/issues (this project). @janpio I just took the liberty to update the title to better reflect the discussion here. |
I like how this turned out in https://cordova.apache.org/announcements/2018/11/21/cordova-android-7.1.3.html 👍 Clean and simple. |
During apache/cordova-docs#911 by @brodybits I noticed that our previous rules and guidelines for changelogs don't work any more:
@brodybits replied:
We can continue the discussion here now.
The text was updated successfully, but these errors were encountered: