Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Sep 8, 2020
1 parent 7c24661 commit b1ed15b
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 @@
# Config for https://github.com/toolmantim/release-drafter
name-template: '$NEXT_PATCH_VERSION'

change-template: '- $TITLE [#$NUMBER](https://github.com/akka/alpakka/issues/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)'
change-template: '- $TITLE [#$NUMBER](https://github.com/lightbend/mima/pull/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)'
template: |
## Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ MiMa's sbt plugin supports sbt 1.x only. Use v0.3.0 for sbt 0.13.x.
To use it add the following to your `project/plugins.sbt` file:

```
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.0")
```

Add the following to your `build.sbt` file:
Expand Down

0 comments on commit b1ed15b

Please sign in to comment.