Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 880 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 880 Bytes

scratch-render-fonts

Fonts for Scratch SVG rendering

CI/CD

Committing

This project uses semantic release to ensure version bumps follow semver so that projects depending on it don't break unexpectedly.

In order to automatically determine version updates, semantic release expects commit messages to follow the conventional-changelog specification.

Use the commitizen CLI to make commits formatted in this way:

npm install -g commitizen

Now you're ready to make commits using git cz.