From eec34b01d70ae31eb6d9b8733279916c16cb1f32 Mon Sep 17 00:00:00 2001 From: mishamyrt Date: Wed, 25 Sep 2024 19:52:51 +0300 Subject: [PATCH] ci: adapt release to italic --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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