release.sh: Fix order of ops

generate-css.sh also creates glyphnames.json, and a current one of that
is needed for the font-patcher, i.e. gotta-patch-em

The font-patcher-zip release has been missing.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2026-08-02 21:20:35 +02:00
parent a104906a8b
commit 4b791dffcb

View file

@ -15,12 +15,13 @@ fi
release=$1
./version-bump.sh "$release"
./generate-css.sh
./gotta-patch-em-all-font-patcher!.sh
./generate-fontconfig.sh
./generate-casks.sh
./archive-fonts.sh
#./upload-archives.sh # better done as a separate step (via gh action)
./generate-css.sh
./archive-font-patcher.sh
./generate-webfonts.sh
exit