Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate changelog for each release #475

Open
karianna opened this issue Sep 10, 2018 · 7 comments
Open

Generate changelog for each release #475

karianna opened this issue Sep 10, 2018 · 7 comments
Labels
enhancement Issues that enhance the code or documentation of the repo in any way help wanted Issues that need an extra hand helping out with them

Comments

@karianna
Copy link
Contributor

From @Joe-Brady on March 17, 2017 14:54

Changelog generation should be automated, and have predictable URLs that can be used on the website.

Copied from original issue: AdoptOpenJDK/openjdk8-releases#4

@karianna karianna added the enhancement Issues that enhance the code or documentation of the repo in any way label Sep 10, 2018
@karianna
Copy link
Contributor Author

Not sure if this will be part of the build process or whether we just get release notes from upstream projects (more likely)

@karianna karianna added this to the 2.x.x milestone Sep 29, 2018
@karianna karianna removed this from the 2.x.x milestone Jan 10, 2019
@M-Davies
Copy link

@karianna Same question as #474 (comment)

@karianna karianna added the help wanted Issues that need an extra hand helping out with them label May 20, 2020
@karianna
Copy link
Contributor Author

@karianna Same question as #474 (comment)

And same answer (well not quite). For this metadata we don't have any key or hook in place yet.

@M-Davies
Copy link

M-Davies commented Jul 6, 2020

get release notes from upstream projects

Is there an api or alternative source you know of that we could utilise to retrieve these release notes? Otherwise, I'm looking at the more "hacky" alternative of checking out the source repo to the last release tag and doing a git diff between that tag and the new one

@karianna
Copy link
Contributor Author

karianna commented Jul 6, 2020

get release notes from upstream projects

Is there an api or alternative source you know of that we could utilise to retrieve these release notes? Otherwise, I'm looking at the more "hacky" alternative of checking out the source repo to the last release tag and doing a git diff between that tag and the new one

I haven't dug in fully yet, but if you look at our release notes page I reference a JBS query for each version. That might do the trick (with a bit of finessing afterward). I've also asked the Red Hat folks on how they do it for the release notes they put on the mailing list for 8u and 11u

@M-Davies
Copy link

M-Davies commented Jul 7, 2020

release notes page

Do you have a link for that?

@karianna
Copy link
Contributor Author

karianna commented Jul 7, 2020

https://adoptopenjdk.net/release_notes.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues that enhance the code or documentation of the repo in any way help wanted Issues that need an extra hand helping out with them
Projects
Status: Todo
Development

No branches or pull requests

2 participants