We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da82cff + c13a6e6 commit e444581Copy full SHA for e444581
.github/release-drafter.yml
@@ -1,5 +1,6 @@
1
name-template: 'Meshery Adapter for [APP_NAME] v$NEXT_PATCH_VERSION'
2
tag-template: 'v$NEXT_PATCH_VERSION'
3
+no-duplicate-categories: true
4
categories:
5
- title: '🚀 Features'
6
labels:
@@ -16,7 +17,8 @@ categories:
16
17
- 'area/ci'
18
- 'area/tests'
19
- title: 📖 Documentation
- label: area/docs
20
+ labels:
21
+ - rea/docs
22
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
23
template: |
24
## What's New
@@ -25,4 +27,4 @@ template: |
25
27
## Contributors
26
28
29
Thank you to our contributors for making this release possible:
- $CONTRIBUTORS
30
+ $CONTRIBUTORS
0 commit comments