Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 680 Bytes

PUBLISH.md

File metadata and controls

10 lines (7 loc) · 680 Bytes

📚 How to publish a new version

After merging your PR to master, you may want to release a new version of lemon-reset to NPM registry. Here comes the instructions.

Steps

  1. Figure out what kind of release you want to make, major, minor or patch. We follow Semantic Versioning.
  2. Update version in package.json directly in https://github.com/Yelp/lemon-reset/edit/master/package.json and commit changes
  3. Draft a new release in https://github.com/Yelp/lemon-reset/releases/new. Remember to use tag vX.Y.Z instead of X.Y.Z
  4. That's it. Github Actions will start a release process in the Actions tab.