Skip to content

Commit

Permalink
README-RELEASE update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Sep 6, 2022
1 parent aca4095 commit ceedfa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ watching this project.
- `npm pack` and check the content of the archive, which should list
only the `package.json`, the `README.md`, `LICENSE` and `CHANGELOG.md`;
possibly adjust `.npmignore`
- `npm version 7.1.0-1.1`; the first 5 numbers are the same as the
GitHub release; the sixth number is the npm specific version
- `npm version 7.1.0-1.1`; the first 4 numbers are the same as the
GitHub release; the fifth number is the npm specific version
- the commits and the tag should have been pushed by the `postversion` script;
if not, push them with `git push origin --tags`
- `npm publish --tag next` (use `--access public` when publishing for
Expand Down

0 comments on commit ceedfa7

Please sign in to comment.