Skip to content

Commit 1af66de

Browse files
committed
Add Release Drafter
1 parent b10db5e commit 1af66de

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/release-drafter.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
- command: test.sh
14+
plugins:
15+
- shellcheck#$PREVIOUS_TAG:
16+
+ shellcheck#TODO:
17+
files: scripts/*.sh
18+
```

0 commit comments

Comments
 (0)