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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,10 +117,10 @@ This will do a few things:
117
117
1. Run the full test suite to ensure the library is stable.
118
118
2. Increment the package by the version you specify, and tag it appropriately
119
119
3. Run a custom node script to update appropriate files with the new version
120
-
4.Rerun the test suite to update snapshots for the build, then build all package assets
120
+
4.Build all package assets for publishing
121
121
5. Create new content hashes to be used with cdn subresource integrity links in the docs
122
122
6. Add all new build assets to the version commit and open a prompt for the release's commit message
123
123
124
124
The release commit is usually in this format: `[Version X.X.X] This release does x, y, and z.`
125
125
126
-
The commit will be ready to merge to master. After that, the repo can be published to npm.
126
+
The commit will be ready to merge to master. After that, the repo can be published to npm. I recommend using `npm publish --dry-run` to confirm the output is what you expect. Then remove the flag and a new version is out in the world!
0 commit comments