Skip to content

Commit e61037c

Browse files
authored
Update release-drafter.yml
1 parent c50b031 commit e61037c

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.github/workflows/release-drafter.yml

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
template: |
2-
## What’s Changed
1+
name: Release Management
32

4-
$CHANGES
3+
on:
4+
push:
5+
# branches to consider in the event; optional, defaults to all
6+
branches:
7+
- master
8+
9+
jobs:
10+
update_draft_release:
11+
runs-on: ubuntu-latest
12+
steps:
13+
# Drafts your next Release notes as Pull Requests are merged into "master"
14+
- uses: toolmantim/[email protected]
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)