Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 291 Bytes

DEV_NOTES.MD

File metadata and controls

8 lines (6 loc) · 291 Bytes

DEV_NOTES.MD

Updating the version

  1. update pacakage.json version number
  2. npm run version (updates the manifest and version file)
  3. commit repo
  4. npm run githubaction (commits the version number tag to the repo and pushes it, which kicks of the github action to prepare the release)