From 7f883653fb179e8eb9232f317b5305b826a92676 Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Tue, 15 Apr 2025 10:02:46 +0200 Subject: [PATCH] Upgrade spring github-changelog-generato to v0.0.12 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7fecddb..cb72bbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,12 +5,12 @@ 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.12" COPY *.sh / RUN chmod +x JSON.sh && \ wget -O github-release-notes-generator.jar https://github.com/spring-io/github-changelog-generator/releases/download/${RELEASE_NOTE_GENERATOR_VERSION}/github-changelog-generator.jar - + COPY entrypoint.sh / ENTRYPOINT ["sh", "/entrypoint.sh"]