diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7ee7554e..b757b202 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,7 +48,9 @@ jobs: - name: Generate sources with new version run: | . venv/bin/activate - python scripts/lilex.py generate --version "${{ inputs.version }}" + python scripts/font.py --config "sources/family_config.yaml" \ + generate --version \ + "${{ inputs.version }}" python scripts/changelog.py notes Next > notes.md python scripts/changelog.py release "${{ inputs.version }}" @@ -60,6 +62,7 @@ jobs: - name: Create git commit and tag run: | git add sources/Lilex.glyphs + git add sources/Lilex-Italic.glyphs git add CHANGELOG.md git add fonts git status