From dcb6c311179dc12540eadb3f2c176beedb51519d Mon Sep 17 00:00:00 2001 From: Sunny Date: Mon, 20 May 2024 09:46:56 +0800 Subject: [PATCH] chore(release):prepare for v0.1.1-alpha.4 --- CHANGELOG.md | 15 +++++++++++++++ typst.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b30da5f..c885e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.1.1-alpha.4] - 2024-05-20 + +### ⚙️ Miscellaneous Tasks + +- *(gitlab-ci)* 尝试修复合并后错误触发流水作业 +- *(gitlab-ci)* 仅在 tag 推送到 default branch,并且在页面上指定 tag 标签时执行流水线 +- *(gitlab-ci)* 修复变量错误 +- *(gitlab-ci)* 修复 tag 标签检查发版流程触发逻辑 +- *(template)* 修改发版 MR 模板 +- *(gitlab-ci)* Automate everything! +- *(gitlab-ci)* 提取默认镜像配置 +- *(gitlab-ci)* 恢复手动触发打标签 +- *(gitlab-ci)* 更新打版命令 +- *(GitLab-ci)* 分离每一步命令以检查命令执行原因 + ## [0.1.1-alpha.4] - 2024-05-17 ### ⚙️ Miscellaneous Tasks diff --git a/typst.toml b/typst.toml index 7495bc0..a125b6a 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "morden-sysu-thesis" -version = 0.1.1-alpha.4 +version = "0.1.1-alpha.4" entrypoint = "lib.typ" repository = "https://gitlab.com/sysu-gitlab/thesis-template/better-thesis" authors = ["howardlau1999 <@howardlau1999>", "Sunny Huang <@huangjj27>"]