Skip to content

Commit

Permalink
feat: upgrade github changelog to version 0.0.6 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmornati authored Mar 1, 2021
1 parent c02ab12 commit cb6c840
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +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.5"
ENV RELEASE_NOTE_GENERATOR_VERSION="v0.0.6"

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
wget -O github-release-notes-generator.jar https://www.dropbox.com/s/uwqa2bgkp0qsyna/github-changelog-generator.jar?dl=1

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"]

0 comments on commit cb6c840

Please sign in to comment.