Skip to content

Commit

Permalink
Merge commit '2233e77e7758e21e9b8a90d3f58a10ae1dfb0f14' into packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Aug 9, 2022
2 parents 50a6c2f + 2233e77 commit 331ad19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions {{cookiecutter.github_project_name}}/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ git clean -fdx # actually delete untracked files

## Javascript release

To release a new version of {{ cookiecutter.npm_package_name }} on NPM:
To release a new version of {{ cookiecutter.npm_package_name }} on NPM, first register for an NPM account [here](https://www.npmjs.com/), then log in with `yarn login`. Then:

1. Update `js/package.json` with new npm package version
2. Build and publish the npm package inside the `js/` directory
1. Update `js/package.json` with the new npm package version
2. Build and publish the npm package inside the `js/` directory:

```
cd js/
Expand Down

0 comments on commit 331ad19

Please sign in to comment.