Skip to content

Commit 56cd6f7

Browse files
authored
Merge pull request #24 from pbs-data-solutions/release-drafter
Add documentation to release drafter
2 parents baae218 + efd09f5 commit 56cd6f7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/release_drafter_template.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude-labels:
55
- "skip-changelog"
66
version-resolver:
77
major:
8-
labesl:
8+
labels:
99
- "breaking_change"
1010
minor:
1111
labels:
@@ -19,7 +19,11 @@ categories:
1919
labels:
2020
- "bug"
2121
- title: "⚠️ Breaking changes"
22-
label: "breaking-change"
22+
labels:
23+
- "breaking-change"
24+
- title: "Documentation"
25+
labels:
26+
- "documentation"
2327
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
2428
template: |
2529
## Changes

0 commit comments

Comments
 (0)