Skip to content

Commit

Permalink
release-drafter: Drop BODY & tweak name
Browse files Browse the repository at this point in the history
The PR bodies are too verbose to be useful in the draft - the links can
be used to get more info.

And the workflow name should be short and iconic, not long and
scriptive, for how it's used in the UI.
  • Loading branch information
dwijnand committed Jun 29, 2020
1 parent 702015b commit afab4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Drafts your next release notes as pull requests are merged
name: Release Drafter

on:
push:
Expand Down

0 comments on commit afab4a0

Please sign in to comment.