Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 202 Bytes

release.md

File metadata and controls

5 lines (4 loc) · 202 Bytes

Steps to make a release

  1. Update the version in package.json with the correct version using semver.
  2. Create a v<next sem-ver> tag and push it to remote
  3. Let the CI run!