Skip to content

Commit

Permalink
ci: adapt release to italic
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Sep 25, 2024
1 parent d189b9d commit eec34b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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
Expand Down

0 comments on commit eec34b0

Please sign in to comment.