Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 795 Bytes

File metadata and controls

36 lines (22 loc) · 795 Bytes

Preparing a new release

This library will be published as a npm package on npmjs.com. It should be available here.

Publishing a new release

Bump the version in package.json file:

npm version [patch|minor|major|<version_no>]

Run lint and tests:

npm run lint && npm test

To release it automatically, create a release in GH, name it something like "v0.0.8". This will trigger the "publish" GH workflow. The latest commit should on the master branch..

You may also release it manually to npmjs.com:

npm publish --access public

Removing a published verson

npm unpublish cucumber-json-merge@x.y.z