Skip to content

Commit

Permalink
Use official github-changelog-generator in release (#1337)
Browse files Browse the repository at this point in the history
There wasn't a release of this project for a long time, so I made a
Docker image from the latest at the time. There has now been a release,
so switching to the official image.
  • Loading branch information
markmandel committed Feb 12, 2020
1 parent f58c5eb commit 9592403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/includes/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gen-changelog: RELEASE_VERSION ?= $(base_version)
gen-changelog: RELEASE_BRANCH ?= master
gen-changelog:
read -p 'Github Token: ' TOKEN && \
docker run -it --rm -v "$(agones_path)":/project markmandel/github-changelog-generator \
docker run -it --rm -v "$(agones_path)":/usr/local/src/your-app ferrarimarco/github-changelog-generator:1.15.0 \
--user=googleforgames --project=agones \
--bug-labels=kind/bug --enhancement-labels=kind/feature \
--breaking-labels=kind/breaking --security-labels=area/security \
Expand Down

0 comments on commit 9592403

Please sign in to comment.