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 73fb78c commit 8285318
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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="emoji测试"" >> $GITHUB_ENV
run: echo "USE_EMOJI_TITLE=true" >> $GITHUB_ENV

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

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

0 comments on commit 8285318

Please sign in to comment.