From cb02c1dc2c73e2578c99537abe851206521859ee Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Tue, 11 Feb 2020 17:10:50 -0800 Subject: [PATCH] Use official github-changelog-generator in release 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. --- build/includes/release.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/includes/release.mk b/build/includes/release.mk index 71267a773c..c3748e9bf7 100644 --- a/build/includes/release.mk +++ b/build/includes/release.mk @@ -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 \