Skip to content

Commit

Permalink
feat(ci): modify PR release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Sep 28, 2023
1 parent 1c09253 commit 6f6f08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ change-template: '- $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&'
replacers:
# Remove conventional commits from titles
- search: '/- (build|chore|ci|depr|docs|feat|fix|perf|refactor|release|test)(\(.*\))?(\!)?\: /g'
- search: '/- (build|chore|ci|depr|docs|feat|fix|perf|refactor|release|test)(\(.*\))?(\!)?\:\s?/g'
replace: '- '

autolabeler:
Expand Down

0 comments on commit 6f6f08b

Please sign in to comment.