Well it's the maven-changes-plugin (https://maven.apache.org/plugins/maven-changes-plugin/examples/customizing-jira-report.html) You usually configure the url of your jira server as well as the code of the project. It then automatically retrieves the list of issues that have been resolved with the version we are currently releasing and outputs them nicely.
Here's an example report: https://maven.apache.org/plugins/maven-changes-plugin/changes-report.html But no idea how to integrate that into ant ... probably with the maven ant tasks ... but as soon as we have switched to Maven we will get this for free, so we shouldn't put too much effort into integrating this. And with maven this will only be one of the cool new reports we will be receiving for free. Chris ________________________________________ Von: piotrz <[email protected]> Gesendet: Dienstag, 3. Mai 2016 09:06:31 An: [email protected] Betreff: Re: AW: [LAST CALL] Release Apache FlexJS 0.7.0 Alex, I just finished updating FlexJS and FalconJX release notes. Also created jira for track update before release. [1][2]. Chris, I didn't know! And can we simple say for this plugin give me jiras which has been resolved to version xx ? How authentication is going through ? Are we putting authentication data to pom or configuration file ? [1] https://issues.apache.org/jira/browse/FLEX-35085 (Update Apache FlexJS release notes for the next release) [2] https://issues.apache.org/jira/browse/FLEX-35086 (Update Apache FalconJX release notes for the next release) Piotr ----- Apache Flex PMC [email protected] -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-Apache-FlexJS-0-7-0-tp52719p52737.html Sent from the Apache Flex Development mailing list archive at Nabble.com.
