-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
doc: fix doc style in doc/releases.md #19774
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
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -92,7 +92,7 @@ commit metadata, as well as the `semver-minor` and `semver-major` GitHub labels. | |
| One drawback is that when the `PR-URL` metadata is accidentally omitted from a | ||
| commit, the commit will show up because it's unsure if it's a duplicate or not. | ||
|
|
||
| For a list of commits that could be landed in a patch release on v5.x | ||
| For a list of commits that could be landed in a patch release on v5.x: | ||
|
|
||
| ```console | ||
| $ branch-diff v5.x master --exclude-label=semver-major,semver-minor,dont-land-on-v5.x --filter-release --format=simple | ||
|
|
@@ -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: | ||
|
|
||
| ```console | ||
| $ changelog-maker --group | ||
|
|
@@ -218,6 +217,8 @@ doc/api/*.md`. | |
|
|
||
| *Note*: `$VERSION` should be prefixed with a `v` | ||
|
|
||
| _Note_: `$VERSION` should be prefixed with a `v`. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The change from Although... even better perhaps, remove
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thats my bad, i will change it back. thank you |
||
|
|
||
| If this release includes any new deprecations it is necessary to ensure that | ||
| those are assigned a proper static deprecation code. These are listed in the | ||
| docs (see `doc/api/deprecations.md`) and in the source as `DEP00XX`. The code | ||
|
|
||
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.