Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from luongngocminh/dev
Browse files Browse the repository at this point in the history
update release drafter with autolabeler
  • Loading branch information
luongngocminh authored Nov 30, 2023
2 parents 6516b44 + 35fe0a8 commit 0fbae2d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'

prerelease: true
prerelease-identifier: 'alpha'
categories:
- title: '🚀 Features'
labels:
Expand All @@ -25,6 +28,27 @@ version-resolver:
labels:
- 'patch'
default: patch
autolabeler:
- label: 'chore'
files:
- '*.md'
branch:
- '/docs{0,1}\/.+/'
title:
- '/chore/i'
- label: 'bug'
branch:
- '/fix\/.+/'
title:
- '/fix/i'
- label: 'enhancement'
branch:
- '/feature\/.+/'
- '/feat\/.+/'
title:
- '/feat/i'
- '/feature/i'

template: |
## What's Changed
Expand Down

0 comments on commit 0fbae2d

Please sign in to comment.