Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 441 Bytes

RELEASE.md

File metadata and controls

23 lines (16 loc) · 441 Bytes

Releasing jquery-ujs

Releasing to npm

Make sure npm's configuration sign-git-tag is set to true.

npm config set sign-git-tag true

Release it to npm using the npm version command. Like:

npm version patch

This will:

  • Bump a patch version
  • Commit the change
  • Generate the tag
  • Push the commit and the tag to the repository
  • Publish the package in https://www.npmjs.com