Skip to content

Commit b1ed15b

Browse files
committed
Release 0.8.0
1 parent 7c24661 commit b1ed15b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Config for https://github.com/toolmantim/release-drafter
22
name-template: '$NEXT_PATCH_VERSION'
33

4-
change-template: '- $TITLE [#$NUMBER](https://github.com/akka/alpakka/issues/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)'
4+
change-template: '- $TITLE [#$NUMBER](https://github.com/lightbend/mima/pull/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)'
55
template: |
66
## Changes
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ MiMa's sbt plugin supports sbt 1.x only. Use v0.3.0 for sbt 0.13.x.
4343
To use it add the following to your `project/plugins.sbt` file:
4444

4545
```
46-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0")
46+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.0")
4747
```
4848

4949
Add the following to your `build.sbt` file:

0 commit comments

Comments
 (0)