Skip to content

Commit b5c73eb

Browse files
Merge pull request #8 from wiremock/release-drafter
Automate changelog drafts with Release Drafter
2 parents 5694745 + 4f32fae commit b5c73eb

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Use https://github.com/wiremock/.github/blob/main/.github/release_drafter.yml
2+
_extends: .github
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Release Drafter
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
update_release_draft:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: release-drafter/release-drafter@v5
13+
with:
14+
name: next
15+
tag: next
16+
version: next
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)