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: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,12 @@ Set of [semantic-release](https://github.com/semantic-release/semantic-release)
13
13
14
14
Verify the presence of the `NPM_TOKEN` environment variable, create or update the `.npmrc` file with the token and verify the token is valid.
15
15
16
-
## publish
16
+
## prepare
17
+
18
+
Update the `package.json` version and [create](https://docs.npmjs.com/cli/pack) the `npm` package tarball.
17
19
18
-
Update the `package.json` version, [create](https://docs.npmjs.com/cli/pack) the `npm` package tarball and [publish](https://docs.npmjs.com/cli/publish) to the `npm` registry.
20
+
## publish
21
+
[Publish](https://docs.npmjs.com/cli/publish) to the `npm` registry.
// If the npm publish plugin is used and has `npmPublish`, `tarballDir` or `pkgRoot` configured, validate them now in order to prevent any release if the configuration is wrong
0 commit comments