Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1ce9221

Browse files
committedMar 2, 2024
chore(release): enable conventionalCommits and release
1 parent 8d004ca commit 1ce9221

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎nx.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,14 @@
4848
"sharedGlobals": []
4949
},
5050
"release": {
51-
"projects": ["ngrx-toolkit"]
51+
"projects": ["ngrx-toolkit"],
52+
"version": {"conventionalCommits": true},
53+
"changelog": {
54+
"workspaceChangelog": {
55+
"createRelease": "github"
56+
}
57+
}
58+
5259
},
5360
"generators": {
5461
"@nx/angular:application": {

0 commit comments

Comments
 (0)
Please sign in to comment.