Skip to content

Commit

Permalink
chore(release): v0.1.1-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjj27 committed May 17, 2024
1 parent 1e03e60 commit 7677700
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab/merge_request_templates/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- [ ] 最后一个提交已更新 `CHANGELOG.md`:
```sh
git cliff --unreleased --tag $BUMPED_VERSION --prepend CHANGELOG.md -- --newest
git add CHANGELOG.md
```
- [ ] 最后一个提交的提交信息符合 `chore(release): $BUMPED_VERSION`
```sh
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.1.1-alpha.3] - 2024-05-17

### ⚙️ Miscellaneous Tasks

- *(gitlab-ci)* 修复CI脚本复用问题

## [0.1.1-alpha.2] - 2024-05-17

### 📚 Documentation
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "morden-sysu-thesis"
version = "0.1.1-alpha.2"
version = "0.1.1-alpha.3"
entrypoint = "lib.typ"
repository = "https://gitlab.com/sysu-gitlab/thesis-template/better-thesis"
authors = ["howardlau1999 <@howardlau1999>", "Sunny Huang <@huangjj27>"]
Expand Down

0 comments on commit 7677700

Please sign in to comment.