From 49a1f27856aebf1c9ee417141aab63b91dcc6fad Mon Sep 17 00:00:00 2001 From: Sunny Date: Tue, 21 May 2024 02:18:27 +0000 Subject: [PATCH] chore(release):prepare for v0.1.1-alpha.5 --- CHANGELOG.md | 14 ++++++++++++++ typst.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf195f..97f9ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [0.1.1-alpha.5] - 2024-05-21 + +### ⚙️ Miscellaneous Tasks + +- *(README)* 修复 README 图标显示版本号不全问题 +- *(typst.universe)* 添加自动打包发布到 sysu/package 仓库的流水线 +- *(typst.universe)* 修复脚本顺序错误导致的程序执行失败 +- *(typst-universe)* Fix push problem +- *(gitlab-ci)* 修改流水线作业触发条件 +- *(gitlab-ci)* 调整发布提交任务中命令的顺序 +- *(gitlab-ci)* 补充用于检测流水线的触发规则 +- *(gitlab-ci)* 启用调试规则 +- *(gitlab-ci)* 去除无法使用的测试流水线触发规则 + ## [0.1.1-alpha.4] - 2024-05-20 ### ⚙️ Miscellaneous Tasks diff --git a/typst.toml b/typst.toml index a125b6a..a251569 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.5" entrypoint = "lib.typ" repository = "https://gitlab.com/sysu-gitlab/thesis-template/better-thesis" authors = ["howardlau1999 <@howardlau1999>", "Sunny Huang <@huangjj27>"]