Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.31 KB

RELEASE.md

File metadata and controls

15 lines (11 loc) · 1.31 KB

Semantic Release Workflow:

  1. Ensure commit message follow the following format:
Commit message Release type
fix(pencil): stop graphite breaking when too much pressure applied Patch Release
feat(pencil): add 'graphiteWidth' option Feature Release
perf(pencil): remove graphiteWidth option

BREAKING CHANGE: The graphiteWidth option has been removed.
The default graphite width of 10mm is always used for performance reasons.
Breaking Release
  1. Setup env vars for versioning and publishing
  • GH_TOKEN
  • NPM_TOKEN
  1. From main branch, run yarn semantic-publish in project root