Skip to content

Commit 6a9fcef

Browse files
smyrickbrennantaylor
authored andcommitted
docs: add release template (#183)
1 parent 9bfb06f commit 6a9fcef

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/release-drafter.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name-template: $NEXT_PATCH_VERSION
2+
tag-template: $NEXT_PATCH_VERSION
3+
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
4+
categories:
5+
- title: Major Changes
6+
label: "changes: major"
7+
8+
- title: Minor Changes
9+
label: "changes: minor"
10+
11+
- title: Patch Changes
12+
label: "changes: patch"
13+
14+
template: |
15+
## Non-version Changes
16+
17+
$CHANGES

0 commit comments

Comments
 (0)