Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 711 Bytes

RELEASE.md

File metadata and controls

15 lines (10 loc) · 711 Bytes

Release Notes

All notable changes to this project will be documented in the CHANGELOG file. This format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Release process

  1. In package.json update version.
  2. In CHANGELOG.md add a new entry following the Keep a Changelog convention.
  3. Create a release via the GitHub UI.
    • Set the tag to match the version
    • Set the title to match the version
    • Copy the contents of the release changelog to the description field

Publishing the package is handled automatically.