Skip to content

Commit

Permalink
chore(build): nx semver rules.
Browse files Browse the repository at this point in the history
- build is not a valid release candidate. Only chore, major, minor, and patch should trigger semver.
  • Loading branch information
rash805115 committed Apr 15, 2024
1 parent 3cd74d1 commit 04d755c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
},
"conventionalCommits": {
"types": {
"build": true,
"chore": false,
"build": false,
"chore": {
"changelog": false,
"semverBump": "none"
},
"ci": false,
"docs": false,
"feat": false,
Expand Down

0 comments on commit 04d755c

Please sign in to comment.