Fonts for Scratch SVG rendering
Find a file
2024-11-12 09:17:36 +00:00
.github/workflows chore(deps): pin dependencies 2024-02-15 23:59:02 +00:00
.husky chore: add husky hook for commitlint 2023-10-17 15:59:37 -07:00
src style: configure eslint 2023-10-17 15:52:14 -07:00
.editorconfig style: configure eslint 2023-10-17 15:52:14 -07:00
.eslintignore style: configure eslint 2023-10-17 15:52:14 -07:00
.eslintrc.js style: configure eslint 2023-10-17 15:52:14 -07:00
.gitignore Add new fonts and move the font loading code from scratch-svg-renderer to here 2018-05-07 17:19:31 -04:00
.nvmrc chore(deps): update dependency node to v18 2024-02-28 00:12:18 +00:00
CHANGELOG.md chore(release): 1.0.125 [skip ci] 2024-11-12 09:17:36 +00:00
commitlint.config.js chore: add commitlint 2023-10-17 15:54:59 -07:00
LICENSE.txt Add fonts from scratch-flash 2016-11-04 11:57:41 -04:00
OFL.txt Add fonts from scratch-flash 2016-11-04 11:57:41 -04:00
package-lock.json chore(release): 1.0.125 [skip ci] 2024-11-12 09:17:36 +00:00
package.json chore(release): 1.0.125 [skip ci] 2024-11-12 09:17:36 +00:00
README.md chore: configure and document commitizen 2023-10-17 15:59:39 -07:00
release.config.js ci: use semantic-release 2023-10-17 15:59:39 -07:00
renovate.json5 chore(deps): use js-lib-bundled Renovate config 2024-02-21 09:30:54 -08:00
webpack.config.js Move entry to src/index 2018-06-05 09:01:49 -04:00

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.