Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 356 Bytes

File metadata and controls

8 lines (7 loc) · 356 Bytes

Creating a new version after rule changes

  1. Go into the changed package
  2. Update its CHANGELOG.md.
  3. Run npm version [<newversion> | major | minor | patch].
  4. Commit changes using the message format "feat(<package>): <versionmessage>"
  5. Push commits using git push.
  6. Github actions should execute deployment automatically