Skip to content

Commit

Permalink
Merge pull request #8 from wiremock/release-drafter
Browse files Browse the repository at this point in the history
Add Release Drafter to the repository
  • Loading branch information
oleg-nenashev authored Jul 14, 2023
2 parents 132a2d3 + 891e430 commit b9c93ba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use https://github.com/wiremock/.github/blob/main/.github/release_drafter.yml
_extends: .github
19 changes: 19 additions & 0 deletions .github/workflows/changelog-draft.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Release Drafter

on:
push:
branches:
- main
workflow_dispatch:

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
name: next
tag: next
version: next
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b9c93ba

Please sign in to comment.