Skip to content
Snippets Groups Projects
Commit 5749a34f authored by Sivan Duijn's avatar Sivan Duijn
Browse files

style: add semver nx semantic versioning packages

parent 5098a179
No related branches found
No related tags found
2 merge requests!7refactor(rawjsonvis): moves rawjsonvis into own component,!2style: add semver nx semantic versioning packages
Pipeline #114994 canceled
{
"extends": ["@commitlint/config-angular"],
"rules": {}
}
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no-install commitlint --edit $1
......@@ -67,6 +67,12 @@
"jestConfig": "apps/graphpolaris/jest.config.js",
"passWithNoTests": true
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"commitMessageFormat": "chore(${projectName}): release version ${version}"
}
}
},
"tags": []
......
......@@ -17,6 +17,12 @@
"jestConfig": "libs/shared/data-access/store/jest.config.js",
"passWithNoTests": true
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"commitMessageFormat": "chore(${projectName}): release version ${version}"
}
}
},
"tags": []
......
......@@ -5,7 +5,8 @@
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
"test": "nx test",
"prepare": "husky install"
},
"private": true,
"dependencies": {
......@@ -19,6 +20,9 @@
"tslib": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/config-angular": "^16.0.0",
"@jscutlery/semver": "^2.18.0",
"@nrwl/cli": "13.7.1",
"@nrwl/cypress": "13.7.1",
"@nrwl/eslint-plugin-nx": "13.7.1",
......@@ -45,6 +49,7 @@
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "4.3.0",
"husky": "^7.0.4",
"jest": "27.2.3",
"prettier": "^2.5.1",
"react-test-renderer": "17.0.2",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment