Skip to content

Commit

Permalink
✨ feat: build changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nichuanfang committed Oct 13, 2023
1 parent 77c96e9 commit 4fb770e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
- name: build changelog
id: build_changelog
run: |
# 按照提交内容分类
echo "changelog=$(echo "${{ steps.gen_release_notes.outputs.result }}" | grep -E '^\- (init|feat|fix|docs|style|refactor|perf|test|build|ci|chore)(\(.+\))?: .{1,50}$')" >> "$GITHUB_OUTPUT"
# 创建release
Expand Down

0 comments on commit 4fb770e

Please sign in to comment.