diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 673d157..0b0072d 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,7 +1,7 @@ # https://github.com/marketplace/actions/release-drafter name-template: '$NEXT_PATCH_VERSION' -change-template: '* $TITLE: $BODY. [#$NUMBER](https://github.com/dwijnand/sbt-dynver/pull/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)' +change-template: '* $TITLE. [#$NUMBER](https://github.com/dwijnand/sbt-dynver/pull/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)' categories: - title: 'Dependency Updates' diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 65f5f35..ba6c820 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -1,4 +1,4 @@ -name: Drafts your next release notes as pull requests are merged +name: Release Drafter on: push: