Skip to content

Commit 4391c0a

Browse files
committed
add nx semver versioning
1 parent ca22712 commit 4391c0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

project.json

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
"jestConfig": "libs/graphql/netlify/jest.config.js",
2828
"passWithNoTests": true
2929
}
30+
},
31+
"version": {
32+
"executor": "@jscutlery/semver:version",
33+
"options": {
34+
"preset": "conventional"
35+
}
3036
}
3137
},
3238
"tags": []

0 commit comments

Comments
 (0)