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
+1-1
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ By default git would use `CRLF` line endings which would cause the scripts to fa
121
121
* 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.
122
122
* 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.
123
123
6. Make sure to include “Migrating from ...” instructions for the previous release. Often you can copy and paste them.
124
-
7. Run `yarn run publish`. (Don’t forget the `run` there.)
124
+
7. Run `npm run publish`. (It has to be `npm run publish` exactly, not just `npm publish` or `yarn publish`.)
125
125
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.
126
126
9. After publishing, create a GitHub Release with the same text as the changelog entry. See previous Releases for inspiration.
0 commit comments