Sha256: 4a1f200f2727e6c0dda8d6b41e6780cb7f7f82545f59029210e0406a66f023d5
Contents?: true
Size: 441 Bytes
Versions: 66
Compression:
Stored size: 441 Bytes
Contents
## 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](https://docs.npmjs.com/cli/version). 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
Version data entries
66 entries across 50 versions & 3 rubygems