You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/making-releases.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,6 @@ npm version 3.5.0 --no-git-tag-version
41
41
42
42
This command will update the version in the `package.json` and `package-lock.json`.
43
43
44
-
If everything looks good, you can push the changes to the repository.
45
-
46
44
## Update the changelog
47
45
48
46
**Note**: Contributors should have already added their changes to the `[Unreleased]` section as part of their pull requests (see [CONTRIBUTING.md](../.github/CONTRIBUTING.md#changelog-guidelines) for details).
@@ -86,8 +84,9 @@ Before releasing, ensure the changelog is properly prepared:
86
84
### Removed
87
85
```
88
86
89
-
4.**Update the version links** at the bottom of the changelog files
90
-
5.**Commit the changelog updates** as part of the release preparation
87
+
4.**Commit the changelog updates** as part of the release preparation
88
+
89
+
If everything looks good, you can push the changes to the repository.
0 commit comments