Skip to content

Commit

Permalink
Feat(UI): 新增用户登录界面、新增: 实现用户认证功能。
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Nov 16, 2024
1 parent 8285318 commit 71bf9ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# 添加控制emoji标题的变量
- name: Set Changelog Emoji Option
run: echo "USE_EMOJI_TITLE=true" >> $GITHUB_ENV
run: echo "USE_EMOJI_TITLE="测试标题" >> $GITHUB_ENV

- name: Debug Environment Variables
run: echo "USE_EMOJI=$USE_EMOJI_TITLE"
Expand Down
7 changes: 2 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,8 @@ changelog:
# - title: "✨ New Features (新功能)"

- title: |
{{ if .Env.USE_EMOJI_TITLE }}
✨ New Features (新功能)
{{ else }}
New Features
{{ end }}
{{ .Env.USE_EMOJI_TITLE }}
regexp: '^(?i).*?(feat|功能|新增|feature|新特性)(\(.+\))??!?[-:\s].+$'
order: 100
Expand Down

0 comments on commit 71bf9ba

Please sign in to comment.