Skip to content

Commit

Permalink
Fix chagelog target in make (jaegertracing#1561)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay authored and yurishkuro committed May 23, 2019
1 parent 4309fd6 commit b73f6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ build-crossdock-fresh: build-crossdock-linux
make crossdock-fresh

.PHONY: changelog
changelog: changelog
changelog:
@echo "Set env variable OAUTH_TOKEN before invoking, https://github.com/settings/tokens/new?description=GitHub%20Changelog%20Generator%20token"
docker run --rm -v "${PWD}:/app" pavolloffay/gch:latest --oauth-token ${OAUTH_TOKEN} --owner jaegertracing --repo jaeger

Expand Down

0 comments on commit b73f6e9

Please sign in to comment.