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 Mavenrelease
goal (#63)
Changed
- Change the default value of
outputDirectory
to${project.build.directory}/generated-sources/site/changelog
for the Mavenexport
goal - Migrate from
CHANGELOG.adoc
to usinglog4j-changelog-maven-plugin
Fixed
- Improve Maven
release
goal to accommodate repetitive invocations