Skip to content

Commit

Permalink
chore(merging): 'ci-refactor-build-flow' into 'main'
Browse files Browse the repository at this point in the history
chore(template): 修复 MR 模板中引号导致的执行错误

See merge request sysu-gitlab/thesis-template/better-thesis!9
  • Loading branch information
huangjj27 committed May 17, 2024
2 parents 8036ec0 + dff7241 commit 431002f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab/merge_request_templates/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
git cliff --unreleased --tag $BUMPED_VERSION --prepend CHANGELOG.md -- --newest
git add CHANGELOG.md
```
- [ ] 最后一个提交的提交信息符合 `chore(release): $BUMPED_VERSION`
- [ ] 最后一个提交的提交信息符合 `chore(release): prepare for $BUMPED_VERSION`
```sh
git commit -m "chore(release): $BUMPED_VERSION"
git commit -m "chore(release): prepare for $BUMPED_VERSION"
```
- [ ] 最后一个提交带有标签,标签头 `$BUMPED_VERSION`,并且标签描述通过 `git cliff` 生成:
```sh
git cliff --bump --unreleased -- --newest > release_$BUMPED_VERSION.md
git tag '$BUMPED_VERSION' --file release_$BUMPED_VERSION.md
git tag "$BUMPED_VERSION" --file release_$BUMPED_VERSION.md
```
- [ ] (可选)标签是否经过 GPG 签名

0 comments on commit 431002f

Please sign in to comment.