Skip to content

Commit 625e0d9

Browse files
committed
Add release drafter
1 parent 7e289b4 commit 625e0d9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/release-drafter.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Config for https://github.com/apps/release-drafter
2+
template: |
3+
## TODO: Added/Removed/Fixed/Changed
4+
5+
$CHANGES
6+
7+
## Upgrading
8+
9+
To upgrade, update your `pipeline.yml` files:
10+
11+
```diff
12+
steps:
13+
- plugins:
14+
- junit-annotate#$PREVIOUS_TAG:
15+
+ junit-annotate#TODO:
16+
```

0 commit comments

Comments
 (0)