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 05219ff commit 305139c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
# 添加控制emoji标题的变量
- name: Set Changelog Emoji Option
run: echo "USE_EMOJI_TITLE=true" >> $GITHUB_ENV


- name: Debug Environment Variables
run: echo "USE_EMOJI=$USE_EMOJI_TITLE"

# More assembly might be required: Docker logins, GPG, etc.
# It all depends on your needs.
- name: Run GoReleaser
Expand Down
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ changelog:
# feat(UI): 新增用户登录界面、新增: 实现用户认证功能。
# - title: "New Features" # “新功能”
# - title: "✨ New Features (新功能)"
- title: "{{ if .Env.USE_EMOJI }}✨ New Features (新功能){{ else }}New Features{{ end }}"

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


# fix: 修复UI组件加载延迟问题
# - title: "Bug fixes" # “Bug 修复”
# - title: "🐛 Bug Fixes (修复问题)"
- title: "{{ if .Env.USE_EMOJI }}🐛 Bug Fixes (修复问题){{ else }}Bug fixes{{ end }}"
- title: "{{ if .Env.USE_EMOJI_TITLE }}🐛 Bug Fixes (修复问题){{ else }}Bug fixes{{ end }}"
regexp: '^(?i).*?(fix|修复|bug|错误|bugfix)(\(.+\))??!?[-:\s].+$'
order: 200

Expand Down

0 comments on commit 305139c

Please sign in to comment.