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}" }