Skip to content

Commit

Permalink
update ver to v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liziwl committed May 20, 2023
1 parent 8b791fa commit 400f9e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按
- 预发布版本使用形如 "`[1.0.2-rc.1] - 2021-06-11`" 作为二级标题,
- 正式发布版本使用形如 "`[1.0.1] - 2020-07-25`" 作为二级标题。

## [Unreleased](https://github.com/iydon/sustechthesis/compare/v1.3.4...HEAD)
## [Unreleased](https://github.com/iydon/sustechthesis/compare/v1.3.5...HEAD)

## [1.3.5](https://github.com/iydon/sustechthesis/compare/v1.3.4...v1.3.5) - 2023-05-20

### Fixed
- 修复表格字体为五号([#42](https://github.com/iydon/sustechthesis/issues/42))。
- 修复参考文献字体为五号([#43](https://github.com/iydon/sustechthesis/issues/43))。

## [1.3.4](https://github.com/iydon/sustechthesis/compare/v1.3.3...v1.3.4) - 2022-05-16

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,19 @@ Southern University of Science and Technology Thesis Template LaTeX Template for

每个版本的详细更新日志,请见 [CHANGELOG.md](CHANGELOG.md)

## 开发发布
## 正式版本发布流程

1. 手动更新 CHANGELOG.md
2. 手动更新 sustechthesis.cls 中定义的版本号 `\version`
3. 使用 git 命令行工具,打 tag 并推送到远端仓库

使用 tag 发布版本。

```git
#标记本地tag
git tag v1.2.0
#推送本地tag到远程
git push origin v1.2.0
#删除本地tag
git tag -d v1.2.0
#删除远程tag
Expand Down
2 changes: 1 addition & 1 deletion sustechthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

\hyphenation{SUSTech-Thesis}
\newcommand{\sustechthesis}{SUSTechThesis}
\newcommand{\version}{1.3.3}
\newcommand{\version}{1.3.5}
\RequirePackage{kvoptions}
\SetupKeyvalOptions{
family=sustech,
Expand Down

0 comments on commit 400f9e3

Please sign in to comment.