Skip to content

Commit

Permalink
chore: remove docs/examples from release, use conventional commits
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Molisani <mmolisani@bloomberg.net>
  • Loading branch information
molisani committed Oct 22, 2024
1 parent ecc9099 commit ef532f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
Expand Down

0 comments on commit ef532f6

Please sign in to comment.