Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 329 Bytes

RELEASE-WORKFLOW.md

File metadata and controls

7 lines (6 loc) · 329 Bytes

Release workflow

In order to release follow the following procedure.

  • Create branch e.g. feature/xyz.. onces changes are ready...
  • Run npm run prepare-release -- --bump major|minor|patch|prerelease (default: patch)
  • Create a PR from feature/xyz to master
  • Once merged it will auto npm publish and git tag