Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit a40de71

Browse files
author
george
committed
update readme
1 parent aad4ec5 commit a40de71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ This will do a few things:
117117
1. Run the full test suite to ensure the library is stable.
118118
2. Increment the package by the version you specify, and tag it appropriately
119119
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
121121
5. Create new content hashes to be used with cdn subresource integrity links in the docs
122122
6. Add all new build assets to the version commit and open a prompt for the release's commit message
123123

124124
The release commit is usually in this format: `[Version X.X.X] This release does x, y, and z.`
125125

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

Comments
 (0)