Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 590 Bytes

RELEASE.md

File metadata and controls

18 lines (13 loc) · 590 Bytes

Release Deployment

Prerequisites Make sure you're an admin for the project on npmjs.

Steps

  1. Increase version number in package.json.
  2. Check in updated package.json file.
  3. run npm login to login as your npmjs user.
  4. run npm publish to publish latest version to npmjs.

Future Enhancements

  • 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