Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 支持自动化发布Releases日志 #2862

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

xiamiao1121
Copy link
Contributor

closed #2861

@@ -49,3 +49,29 @@ jobs:
git push origin --follow-tags
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Package.json info
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议 name 设置为:Read Version

changelog-path: ./packages/ui/hiui/CHANGELOG.md
version: ${{ env.PACKAGE_VERSION }}

- name: Create/update release
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议 name 设置为:Create Release Log

@solarjoker solarjoker merged commit 1640bc4 into XiaoMi:master Jun 11, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HIUI 支持自动化生成 Releases 日志
3 participants