From 1a94563115292cd6866efc82d5ff26b70f37b387 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 12:58:20 +0000 Subject: [PATCH 1/2] Initial plan From 0b65f8d65c537581fb51f06c190002d027029b0b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 13:01:00 +0000 Subject: [PATCH 2/2] fix: upgrade github-changelog-generator to v0.0.13 and Java to 17 to fix 422 pagination error Co-authored-by: mmornati <139323+mmornati@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1d5e00b..5747181 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM eclipse-temurin:11-alpine +FROM eclipse-temurin:17-alpine LABEL "maintainer"="Decathlon " LABEL "com.github.actions.name"="release-notes-generator-action" LABEL "com.github.actions.description"="Create a release notes of milestone" LABEL "com.github.actions.icon"="pocket" LABEL "com.github.actions.color"="blue" -ENV RELEASE_NOTE_GENERATOR_VERSION="v0.0.8" +ENV RELEASE_NOTE_GENERATOR_VERSION="v0.0.13" COPY *.sh / RUN chmod +x JSON.sh && \