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:
Greg L. Turnquist
2022-11-21 09:30:50 -06:00
parent 593915cd93
commit cb189cf9ae
6 changed files with 1175 additions and 0 deletions

View File

@@ -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