Introduce changelog report.
Introduce a tool to collect and update the changelog.txt file. Ensure that updating this report is part of the pre-checks before doing a release. Resolves #1295.
This commit is contained in:
13
docs.xml
13
docs.xml
@@ -7,6 +7,19 @@
|
||||
</formats>
|
||||
<includeBaseDirectory>false</includeBaseDirectory>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<!--
|
||||
Adds readme and other textfiles to the root of the distribution archive.
|
||||
-->
|
||||
<directory>src/dist</directory>
|
||||
<includes>
|
||||
<include>changelog.txt</include>
|
||||
<include>license.txt</include>
|
||||
<include>notice.txt</include>
|
||||
<include>readme.txt</include>
|
||||
</includes>
|
||||
<outputDirectory />
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<!--
|
||||
Adds reference manual (html) to the distribution archive
|
||||
|
||||
Reference in New Issue
Block a user