0.4.0
This minor release contains small enhancements. Most importantly, this marks the first release where the project uses itself to generate release notes!
Changes
Added
- Add
versionPattern(i.e., the regular expression pattern for parsing versions) parameter to the Mavenreleasegoal (#63)
Changed
- Change the default value of
outputDirectoryto${project.build.directory}/generated-sources/site/changelogfor the Mavenexportgoal - Migrate from
CHANGELOG.adocto usinglog4j-changelog-maven-plugin
Fixed
- Improve Maven
releasegoal to accommodate repetitive invocations