From 7fbff019f699dc5bcf009d841f1dab23f040af71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Scha=CC=88fer?= <101886095+PeterSchafer@users.noreply.github.com> Date: Wed, 25 Jan 2023 18:29:48 +0100 Subject: [PATCH] chore: enable Extensible CLI changes in release notes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e87120d9e..81855f26be 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ $(BINARY_OUTPUT_FOLDER)/release.json: $(BINARY_OUTPUT_FOLDER)/version $(wildcard # :(exclude) syntax: https://git-scm.com/docs/gitglossary.html#Documentation/gitglossary.txt-exclude # Release notes uses version from package.json so we need to prepack beforehand. $(BINARY_OUTPUT_FOLDER)/RELEASE_NOTES.md: prepack | $(BINARY_RELEASES_FOLDER_TS_CLI) - npx conventional-changelog-cli -p angular -l -r 1 --commit-path ':(exclude)cliv2' > $(BINARY_OUTPUT_FOLDER)/RELEASE_NOTES.md + npx conventional-changelog-cli -p angular -l -r 1 > $(BINARY_OUTPUT_FOLDER)/RELEASE_NOTES.md # Generates a shasum of a target with the same name. # See "Automatic Variables" in GNU Make docs (linked at the top)