New release v8.0.0.M15

This commit is contained in:
Nanne Baars
2018-05-27 20:54:50 +02:00
parent 1edceb0aa8
commit 55793dd153
26 changed files with 28 additions and 28 deletions

View File

@ -20,8 +20,8 @@ git flow release publish
Now we can make a new release, be sure you committed all your changes.
```
git tag v8.0.0.M3
git push origin v8.0.0.M3
git tag v8.0.0.M15
git push origin v8.0.0.M15
```
Now Travis takes over and will create the release in Github and on Docker Hub.