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: CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -108,9 +108,9 @@ More detailed information are in the dedicated [README](/packages/react-scripts/
108
108
* Add a four-space indented paragraph after each non-trivial list item, explaining what changed and why. For each breaking change also write who it affects and instructions for migrating existing code.
109
109
* Maybe add some newlines here and there. Preview the result on GitHub to get a feel for it. Changelog generator output is a bit too terse for my taste, so try to make it visually pleasing and well grouped.
110
110
6. Make sure to include “Migrating from ...” instructions for the previous release. Often you can copy and paste them.
111
-
7.After merging the changelog update, create a GitHub Release with the same text. See previous Releases for inspiration.
112
-
8.**Do not run `npm publish`. Instead, run `npm run publish`.**
113
-
9.Wait for a long time, and it will get published. Don’t worry that it’s stuck. In the end the publish script will prompt for versions before publishing the packages.
111
+
7.**Do not run `npm publish`. Instead, run `npm run publish`.**
112
+
8.Wait for a long time, and it will get published. Don’t worry that it’s stuck. In the end the publish script will prompt for versions before publishing the packages.
113
+
9.After publishing, create a GitHub Release with the same text as the changelog entry. See previous Releases for inspiration.
114
114
115
115
Make sure to test the released version! If you want to be extra careful, you can publish a prerelease by running `npm run publish -- --tag next` instead of `npm run publish`.
0 commit comments