LingDong- / qiji-font

齊伋體 - typeface from Ming Dynasty woodblock printed books
https://qiji-font.netlify.com/
SIL Open Font License 1.1
1.32k stars 71 forks source link

Script for auto release #5

Closed antfu closed 4 years ago

antfu commented 4 years ago

This should be merged after #4

by running

npm run release

it will create a new release and upload files under ./dist to it.

I have also make font version reads from package.json and you may need to change the build filed in the scripts section of package.json

The execution order will be

Bump version -> npm run build -> node scripts/releasenotes.js -> Commit -> Tag -> Push -> Create Release -> Upload assets

For more details, please refer to https://github.com/release-it/release-it