Prerequisites Make sure you're an admin for the project on npmjs.
- Increase version number in
package.json
. - Check in updated
package.json
file. - run
npm login
to login as your npmjs user. - run
npm publish
to publish latest version to npmjs.
- Create a script to
- Use a deployment key instead of having to login
- Automatically increases the version number based on semantic commits.
- Create a tag for the version
- Create a release on github