Howdy,

What I usually do is copy-paste JIRA release notes to GH release notes:
https://github.com/apache/maven-gpg-plugin/releases/tag/maven-gpg-plugin-3.2.0

As this contains links to issues, but our JIRA does require account, so for
people "just looking around" is not simple to collect them, agreed.
Sometimes (if I don't forget) usually copy the public link to release notes
as well, like here:
https://github.com/apache/maven-resolver/releases/tag/maven-resolver-2.0.0-alpha-8

Thanks
T


On Thu, Mar 14, 2024 at 6:57 AM Richard Eckart de Castilho <r...@apache.org>
wrote:

> Hi,
>
> > On 13. Mar 2024, at 23:58, Slawomir Jaranowski <s.jaranow...@gmail.com>
> wrote:
> >
> > It looks as most usable will be to manage release notes also in GitHub at
> > least as link to jira public url for release notes.
> > Yes I know we don't have (or have old one like maven-changes-plugin)
> > perfect tools to help with this process.
>
> The changes plugin isn't maintained anymore and is buggy wrt. GitHub.
>
> For that reason, in Apache UIMA, we have switched to using the `gh` command
> line to tool to generate release notes.
>
>  https://github.com/apache/uima-parent-pom/blob/main/pom.xml#L1036-L1087
>
> This one is *not* based on commit messages and therefore does not require
> strong discipline.
>
> It is rather based on PR titles which can also be changed if necessary
> shortly before a release.
>
> The output is (currently) still manually post-processed to make it a bit
> nicer
> (e.g. with emojis) and embed it into a larger release notes document...
> but the
> plan is to eventually automate that away as well.
>
> Here is an example raw output from the tool:
>
>
> https://svn.apache.org/repos/asf/uima/site/archive/docs/d/uimaj-3.5.0/issuesFixed/github-report.md
>
> Here is an example release note from UIMA:
>
>  https://github.com/apache/uima-uimaj/releases/tag/rel%2Fuimaj-3.5.0
>
> Cheers,
>
> -- Richard
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

Reply via email to