Skip to content

Commit

Permalink
chore: nx.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jun 10, 2024
1 parent 19e7393 commit 5cf1e7a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@
"version": {
"conventionalCommits": true
},
"conventionalCommits": {
"types": {
"refactor": {
"semverBump": "patch",
"changelog": false
},
"styles": {
"semverBump": "patch",
"changelog": false
},
"docs": {
"semverBump": "patch",
"changelog": {
"title": "Documentation Changes"
}
}
}
},
"changelog": {
"projectChangelogs": {
"createRelease": "github"
Expand Down

0 comments on commit 5cf1e7a

Please sign in to comment.