We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5965ca8 commit 3880e9bCopy full SHA for 3880e9b
.github/.release-drafter.yml
@@ -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
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