We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4c0f2 commit b7cf5d6Copy full SHA for b7cf5d6
.github/workflows/release.yml
@@ -40,6 +40,11 @@ jobs:
40
ln -s $(kpsewhich -var-value=TEXMFDIST)/fonts/ ~/.fonts/texmf-dist-fonts
41
fc-cache
42
43
+ - name: Update version if prerelease
44
+ if: ${{ github.event.release.prerelease }}
45
+ # 目前发布正式版时,会手动提升版本号
46
+ run: python scripts/update_version.py
47
+
48
- run: make doc handbooks
49
50
- name: Upload bithesis.pdf for later usage.
0 commit comments