From ef532f63a5f93e89c1618644f23846561ac3f86a Mon Sep 17 00:00:00 2001 From: Michael Molisani Date: Tue, 22 Oct 2024 12:36:19 -0400 Subject: [PATCH] chore: remove docs/examples from release, use conventional commits Signed-off-by: Michael Molisani --- nx.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 98845a5..abcbbc2 100644 --- a/nx.json +++ b/nx.json @@ -45,8 +45,11 @@ }, "defaultBase": "main", "release": { - "projects": ["@stricli/*", "stricli-*-example"], + "projects": ["@stricli/*", "!@stricli/docs"], "releaseTagPattern": "release/{version}", + "version": { + "conventionalCommits": true + }, "git": { "commitMessage": "chore(release): {version}" }