File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ labels: Release
6
6
---
7
7
8
8
- [ ] 提升版本号到最新
9
- - [ ] 上传新的模板到 Overleaf
10
9
- [ ] 发布新的 Release
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ make doc
60
60
61
61
## 参考资料
62
62
63
- - 本项目 LaTeX3,因此可以参考的手册包括 expl3 的文档。
63
+ - 本项目 LaTeX3,因此可以参考的手册包括 [ expl3 的文档] ( https://www.latex-project.org/help/documentation/ ) 。
64
64
- [ fduthesis 项目代码] ( https://github.com/stone-zeng/fduthesis ) 有很多最佳实践,可以参考。
65
65
- 样式部分,应该参考研究生院和教务部的相关文件和通知。
66
66
@@ -83,6 +83,9 @@ make doc
83
83
84
84
## 上传 Overleaf 与更新
85
85
86
+ > [ !NOTE]
87
+ > Overleaf 链接已利用 [ ` overleaf.com/docs ` API] ( https://www.overleaf.com/devs ) 自动指向最新发布版,不再需要手动更新。
88
+
86
89
首先运行 ` make overleaf ` 打包文件。
87
90
88
91
1 . 打开 Overleaf,点击左上角 ` New Projects > Upload Projects ` ,然后上传 zip 文件。
@@ -98,3 +101,5 @@ make doc
98
101
版本号:参考 [ Semantic Versioning 2.0.0 | Semantic Versioning] ( https://semver.org/ ) 。
99
102
100
103
![ Release Workflow] ( ./assets/release_workflow.png )
104
+
105
+ 上周展示了完整工作流,其中大部分已自动化,只需要手动触发。
Original file line number Diff line number Diff line change 2
2
# Modified by humans
3
3
4
4
$ErrorActionPreference = " Stop"
5
- $USE_GHPROXY = $true
5
+ $USE_GHPROXY = $false
6
6
7
7
Push-Location (Split-Path - Path $MyInvocation.MyCommand.Path - Parent)
8
8
Write-Host (Get-Location )
Original file line number Diff line number Diff line change 1
1
set -e
2
- ${USE_GHPROXY:= true }
2
+ ${USE_GHPROXY:= false }
3
3
4
4
mypath=` realpath $0 `
5
5
cd ` dirname $mypath `
You can’t perform that action at this time.
0 commit comments