Skip to content

Commit

Permalink
Add a command to generate the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Sep 8, 2020
1 parent 381b430 commit b3b3def
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ layers.json:
test-stack:
serverless deploy -c tests/serverless.tests.yml

.PHONY: runtimes website website-preview website-assets demo layers.json test-stack
changelog:
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator --user brefphp --project bref --output= --unreleased-only --token=$$GITHUB_TOKEN_READ --no-issues --usernames-as-github-logins --no-verbose

.PHONY: runtimes website website-preview website-assets demo layers.json test-stack changelog

0 comments on commit b3b3def

Please sign in to comment.