Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 402 Bytes

File metadata and controls

12 lines (11 loc) · 402 Bytes

Release steps

  1. Ensure master passes CI tests
  2. Bump version, create tags, push, and release:
  • $ npm run <release:major|release:minor|release:patch>
  • major - breaking API changes
  • minor - backwards-compatible features
  • patch - backwards-compatible bug fixes
  1. Update CHANGELOG.md
  • $ npm run changelog
  • Manually verify that the changelog makes sense
  • $ git push