From db2e083060515519d4b997735106fa4fc06e331c Mon Sep 17 00:00:00 2001 From: Max Gong Date: Wed, 26 Apr 2023 22:38:58 +0000 Subject: [PATCH] Remove unused target for generating change log --- build/includes/release.mk | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/build/includes/release.mk b/build/includes/release.mk index 3b340b7b2c..807d32d789 100644 --- a/build/includes/release.mk +++ b/build/includes/release.mk @@ -26,19 +26,6 @@ # agones image release registry release_registry = us-docker.pkg.dev/agones-images/release -# generate a changelog using github-changelog-generator -gen-changelog: RELEASE_VERSION ?= $(base_version) -gen-changelog: RELEASE_BRANCH ?= main -gen-changelog: - read -p 'Github Token: ' TOKEN && \ - 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 \ - --future-release "v$(RELEASE_VERSION)" \ - --release-branch=$(RELEASE_BRANCH) \ - --token $$TOKEN - # outputs the markdown for the example images section of the release template release-example-image-markdown: example-image-markdown.allocation-endpoint release-example-image-markdown: example-image-markdown.autoscaler-webhook