slawekjaranowski commented on code in PR #42: URL: https://github.com/apache/maven-changes-plugin/pull/42#discussion_r1855473317
########## src/site/apt/examples/using-a-custom-announcement-template.apt.vm: ########## @@ -131,21 +130,26 @@ Using a Custom Announcement Template *-----------------+----------+-----------+-----------------+ | action* | String | 2.0 | What was done. *-----------------+----------+-----------+-----------------+ +| date | String | 2.0 | Fix date. +*-----------------+----------+-----------+-----------------+ | dev* | String | 2.0 | The developer who made the change. *-----------------+----------+-----------+-----------------+ -| dueTo* | String | 2.0 | If this was a contribution from a non-developer, the name of that person. +| dueTo* | String | 2.0 | If this was a contribution from a non-committer, the name of that person. *-----------------+----------+-----------+-----------------+ -| dueToEmail* | String | 2.0 | If this was a contribution from a non-developer, the e-mail address of that person. +| dueToEmail* | String | 2.0 | If this was a contribution from a non-committer, the e-mail address of that person. *-----------------+----------+-----------+-----------------+ | issue* | String | 2.0 | The key of the issue in your issue tracking system. *-----------------+----------+-----------+-----------------+ | type* | String | 2.0 | What kind of change was this. *-----------------+----------+-----------+-----------------+ +| dueTos* | List | 3.0 | Collection of parsed dueTo and dueToEmail. Each item has variable name and email. +*-----------------+----------+-----------+-----------------+ +| fixedIssues* | List | 3.0 | Collection of fixed issues. +*-----------------+----------+-----------+-----------------+ <Variables marked with * are read-only.> - Since 2.8 the Velocity Context contains all default tools as provided by the {{{http://velocity.apache.org/tools/devel/standalone.html}ToolManager}}. - See the {{{http://velocity.apache.org/tools/devel/summary.html}Tools Usage Summary}} for further details. + Velocity Context contains all default tools as provided by the {{{https://velocity.apache.org/tools/devel/standalone.html}ToolManager}}. Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org