You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\ProvidesFile{sustechthesis.dtx}[2021/06/30 1.2.0 Southern University of Science and Technology Thesis Template]
%<cls>[2021/06/30 1.2.0 Southern University of Science and Technology Thesis Template]\def\version{1.2.0}
现在可以自动化步骤1.2,只需运行:python3 test/update-dist.py
步骤1.3,打标签,推送标签到远端
git add .
git commit -m "Bump to v1.2.0"
git push origin master
git tag v1.2.0
git push origin v1.2.0
基本流程
步骤1,本地修改
手动修改:
步骤1.1,在
CHANGELOG.md
中添加新版本号和对应的修改;步骤1.2,在
*.dtx
中3处更新版本号,这里以版本1.2.0
为例子;现在可以自动化步骤1.2,只需运行:
python3 test/update-dist.py
步骤1.3,打标签,推送标签到远端
步骤2,在线发布
步骤2.1,在 GitHub 稍等2分钟(Actions 中有进度)左右会看到 Release 草稿
步骤2.2,复制
CHANGELOG.md
中新版本号里对应的内容,最后一行添加与上一版本的对比步骤2.3,修改 Release 状态为正式发布
The text was updated successfully, but these errors were encountered: