Skip to content

Commit

Permalink
Merge pull request jhipster#142 from jhipster/release-drafter
Browse files Browse the repository at this point in the history
Setup release-drafter
  • Loading branch information
murdos authored Aug 24, 2020
2 parents 29b4b75 + 08125ec commit e4eeef8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
template: |
## What’s Changed
$CHANGES
17 changes: 17 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release Drafter

on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master

jobs:
update_release_draft:
if: github.repository == 'jhipster/generator-jhipster-blueprint'
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e4eeef8

Please sign in to comment.