Skip to content

Commit

Permalink
Remove unused target for generating change log (#3126)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongmax committed Apr 27, 2023
1 parent 5ac0344 commit 1ea8e30
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build/includes/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ea8e30

Please sign in to comment.