Skip to content

Commit d36838d

Browse files
committed
Update Release Guide
Improve instructions for bumping and tagging the package.
1 parent 4db0da2 commit d36838d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/release.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ reflect the new release of the plugin.
1616
## Notes
1717

1818
1. Add the new version and details of it to the [`CHANGELOG.md`](../CHANGELOG.md).
19-
2. `npm version <newversion>` — Build the distribution files and tag the source package.
20-
3. `npm publish` — Publish the distribution files to the NPM registry.
19+
2. `npm version <newversion> ---no-git-tag-version --workspaces` — Build the distribution files.
20+
3. Commit `CHANGELOG.md`, `package-lock.json`, and `dist/package.json`, and tag the repository.
21+
4. `npm publish --workspaces` — Publish the distribution files to the NPM registry.
2122

2223
### Node Version
2324

0 commit comments

Comments
 (0)