Skip to content

Commit

Permalink
auto-generate release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismana committed Nov 18, 2021
1 parent 4b2df55 commit b96224e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ release: clean check check-git-branch fundoc ## Releases new version of gRPC sou
-H "Authorization: token ${GITHUB_TOKEN}" \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/stroeer/terraform-aws-ecs-fargate/releases \
-d "{\"tag_name\":\"$(NEXT_TAG)\"}"; \
https://api.github.com/repos/stroeer/tapir/releases \
-d "{\"tag_name\":\"$(NEXT_TAG)\",\"generate_release_notes\":true}"; \
fi;

.PHONY:
Expand Down

0 comments on commit b96224e

Please sign in to comment.