-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: fix doc style in doc/releases.md #19774
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, @erwinwahyura! The punctuation changes look good to me. A few things to fix up before landing, though!
doc/releases.md
Outdated
@@ -147,8 +147,7 @@ Commits may need to be reverted or a major version bump may need to happen. | |||
|
|||
#### Step 1: Collecting the formatted list of changes: | |||
|
|||
Collect a formatted list of commits since the last release. Use | |||
[`changelog-maker`](https://github.com/rvagg/changelog-maker) to do this. | |||
Collect a formatted list of commits since the last release. Use [`changelog-maker`](https://github.com/rvagg/changelog-maker) to do this: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure this will fail linting because lines need to be wrapped at 80 characters.
doc/releases.md
Outdated
@@ -218,6 +217,8 @@ doc/api/*.md`. | |||
|
|||
*Note*: `$VERSION` should be prefixed with a `v` | |||
|
|||
_Note_: `$VERSION` should be prefixed with a `v`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change from *
to _
makes this inconsistent with the rest of our docs. Please change it back.
Although... even better perhaps, remove Note:
entirely from the line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh...looks like you added a line rather than editing the existing line. So the line is there twice.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thats my bad, i will change it back. thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
@Trott What is wrong with CI? What merge conflict is this? |
There is a huge intermediate commit "Merge branch 'master' into master". Maybe it breaks the CI. |
@vsemozhetbyt It's not starting because there's a merge commit in this PR. @erwinwahyura or you (or me or someone else) can squash it out and then CI should start. |
You can also set |
Thanks @targos! I didn't know about that! Lite CI: https://ci.nodejs.org/job/node-test-pull-request-lite/408/ |
Lite CI with |
Looks like code change was done in I'm not able to successfully rebase the two commits belonging to this PR with a merge commit in between. |
PR-URL: nodejs#19774 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Landed in 38c97f5 🎉 I fixed the commit message while landing. |
PR-URL: #19774 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes