Adding release notes for version 8.2.2

This commit is contained in:
Nanne Baars
2021-09-05 14:41:28 +02:00
parent 7ec6826abc
commit e75cfbeb11
2 changed files with 14 additions and 3 deletions

View File

@ -15,9 +15,7 @@ At the moment we use Gitflow, for a release you create a new release branch and
```
git checkout develop
git flow release start <version>
mvn versions:set <<version>
git commit -am "New release, updating pom.xml"
git flow release start <version>
git flow release publish
<<Make changes if necessary>>