Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 3880e9b

Browse files
authored
Create .release-drafter.yml
1 parent 5965ca8 commit 3880e9b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/.release-drafter.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name-template: 'v$NEXT_PATCH_VERSION'
2+
tag-template: 'v$NEXT_PATCH_VERSION'
3+
categories:
4+
- title: 'New Features'
5+
label: 'new feature'
6+
- title: 'Bug Fixes'
7+
label: 'fix'
8+
- title: 'Improvements'
9+
label: 'enhancement'
10+
version-resolver:
11+
major:
12+
labels:
13+
- 'breaking change'
14+
minor:
15+
labels:
16+
- 'new feature'
17+
default: patch
18+
template: |
19+
$CHANGES
20+
21+
Changes since previous release: https://github.com/nytm/go-grafana-api/compare/v$PREVIOUS_TAG...v$NEXT_PATCH_VERSION

0 commit comments

Comments
 (0)