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 ed74367 commit 79ee310Copy full SHA for 79ee310
.github/release-drafter.yml
@@ -16,6 +16,8 @@ version-resolver:
16
- 'new feature'
17
default: patch
18
template: |
19
+ # Changelog
20
+
21
$CHANGES
22
- Changes since previous release: https://github.com/nytm/go-grafana-api/compare/v$PREVIOUS_TAG...v$NEXT_PATCH_VERSION
23
+ Changes since previous release: https://github.com/nytm/go-grafana-api/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION
0 commit comments