[doc] fix release type example

This commit is contained in:
Andreas Dangel
2019-04-01 19:22:44 +02:00
parent a8823c4afd
commit 9558f32a08

View File

@ -33,7 +33,7 @@ The date and the version must be updated in `docs/_config.yml`, e.g.
pmd:
version: 6.0.0
date: 2017-12-15
release_type: minor
release_type: major
```
The release type could be one of "bugfix", "minor", or "major".