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
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,6 @@ Set of [semantic-release](https://github.com/semantic-release/semantic-release)
10
10
11
11
Verify the presence of the `NPM_TOKEN` environment variable, create or update the `.npmrc` file with the token and verify the token is valid.
12
12
13
-
## getLastRelease
14
-
15
-
Determine the last release of the package on the `npm` registry.
16
-
17
13
## publish
18
14
19
15
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.
@@ -73,7 +69,6 @@ Each individual plugin can be disabled, replaced or used with other plugins in t
// 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