From f26a3c2cdf373a8714635c044fe66ac4a3694333 Mon Sep 17 00:00:00 2001 From: literat Date: Fri, 4 Oct 2024 13:00:28 +0200 Subject: [PATCH] Chore(ci): Create also GitHub release when creating a new version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07f2c1d3e1..e40c3142dc 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ version: ## Create new version of packages # @see https://github.com/lerna/lerna/tree/main/commands/version#readme # Bump version of packages changed since the last release # --yes` - skip all confirmation prompts - $(PKG_MANAGER) $(MONOREPO_TOOL) version --yes --no-push $(MONOREPO_TOOL_FLAGS) $(MONOREPO_TOOL_NO_PUSH) + $(PKG_MANAGER) $(MONOREPO_TOOL) version --create-release github --yes --no-push $(MONOREPO_TOOL_FLAGS) $(MONOREPO_TOOL_NO_PUSH) build: ## Builds all packages $(PKG_MANAGER) build