Skip to content

Commit 019fe01

Browse files
authored
Release Drafter (#6)
* Create release-drafter.yml * Create release-drafter.yml * Update .yamllint
1 parent 90fc610 commit 019fe01

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
template: |
2+
## What’s Changed
3+
4+
$CHANGES
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Release Drafter
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
update_release_draft:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: release-drafter/release-drafter@v5
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.yamllint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ignore: |
3-
.github/workflows/
3+
.github/
44
rules:
55
braces:
66
level: error

0 commit comments

Comments
 (0)