Releases: switchtrue/JIRAChangelogBuilder
jira-changelog-builder-1.06.1
Bugfix (#28) so that the program doesn't hang on completion.
jira-changelog-builder-1.06
New Features:
- Added
--version-starts-with
flag to restrict which versions appear in the changelog. See README.md for further details on how to use this. - Added
--version-less-than-or-equal
flag to restrict which version appear in the changelog. See README.md for further details on how to use this.
Changes:
The package name has been changed to remove references to foxopen. This project has nothing to do with FOXopen other than that I use FOXopen in my day job.
This has the side-effect of not being able to reload cached versions as these are simply serialised Java object using the old package name. However, this code will fail gracefully and simply obtain the version from JIRA again and re-cache. You may notice a slight delay on the first run after upgrading.
jira-changelog-builder-1.05.3
Updates to the JIRA API version used for JIRA 6.1.3.
jira-changelog-builder-1.05.2
System now exits if no version is found for the given version number argument.
jira-changelog-builder-1.05.1
Added handling of output file paths with whitespaces. Use escaped quotation marks and any that remain in the list will be automatically removed.
Fixed issue where mustache templates did not have a root directory to work from.
Fixed issue where objects newer than version 1.03.2 could not be cached, causing exceptions to trigger.
jira-changelog-builder-1.05.00
Added ability to specify the line endings to use in output changelog files.
By default, newlines processed from mustache templates will be normalised to the system method of line separation.
jira-changelog-builder-1.04.00
Added ability to create changelogs using Mustache templates! These templates can be used to create marked-up changelogs for neat formatting and are saved in their own output files.
If multiple issues have the same fix version, they are also sorted in descending order by creation date.
Custom changelog description fields can now be specified.
Included some example Mustache templates for plain-text, HTML and XML changelogs.
All issue types are now handled by the changelog builder.
jira-changelog-builder-1.03.0
Added ability to pass a custom JQL string through the command line to further filter the JIRA results.
jira-changelog-builder-1.02.2
Bugfix Release:
- Fixed a bug relating to incorrect indentation of anything other than the first line of a changelog description for a single JIRA issue when the changelog description contains line breaks.