Skip to content

Commit dcb6c31

Browse files
committed
chore(release):prepare for v0.1.1-alpha.4
1 parent e5da8ae commit dcb6c31

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.1-alpha.4] - 2024-05-20
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- *(gitlab-ci)* 尝试修复合并后错误触发流水作业
10+
- *(gitlab-ci)* 仅在 tag 推送到 default branch,并且在页面上指定 tag 标签时执行流水线
11+
- *(gitlab-ci)* 修复变量错误
12+
- *(gitlab-ci)* 修复 tag 标签检查发版流程触发逻辑
13+
- *(template)* 修改发版 MR 模板
14+
- *(gitlab-ci)* Automate everything!
15+
- *(gitlab-ci)* 提取默认镜像配置
16+
- *(gitlab-ci)* 恢复手动触发打标签
17+
- *(gitlab-ci)* 更新打版命令
18+
- *(GitLab-ci)* 分离每一步命令以检查命令执行原因
19+
520
## [0.1.1-alpha.4] - 2024-05-17
621

722
### ⚙️ Miscellaneous Tasks

typst.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "morden-sysu-thesis"
3-
version = 0.1.1-alpha.4
3+
version = "0.1.1-alpha.4"
44
entrypoint = "lib.typ"
55
repository = "https://gitlab.com/sysu-gitlab/thesis-template/better-thesis"
66
authors = ["howardlau1999 <@howardlau1999>", "Sunny Huang <@huangjj27>"]

0 commit comments

Comments
 (0)