changes2html.pl should collect release dates from JIRA REST API ---------------------------------------------------------------
Key: LUCENE-3181 URL: https://issues.apache.org/jira/browse/LUCENE-3181 Project: Lucene - Java Issue Type: Improvement Components: general/website Reporter: Steven Rowe Assignee: Steven Rowe Priority: Minor Since LUCENE-3163 removed release dates from CHANGES.txt, the Changes.html generated by changes2html.pl no longer contains release dates, except those older release dates that are hard-coded in the script itself. JIRA exposes a REST API through which project info is available. For Lucene - java, lots of info is available in JSON format through https://issues.apache.org/jira/rest/api/2.0.alpha1/project/LUCENE , including a full list of each version's release date. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org