Skip to content

Commit 6c3fe65

Browse files
fix(semantic-release): NONE-000 add releaserc and pliancy config
1 parent d9be7c3 commit 6c3fe65

File tree

3 files changed

+184
-166
lines changed

3 files changed

+184
-166
lines changed

.releaserc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"@pliancy/semantic-release-config-npm"
4+
]
5+
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"devDependencies": {
1717
"@digitalroute/cz-conventional-changelog-for-jira": "6.6.0",
1818
"@pliancy/eslint-config-ts": "0.0.5",
19+
"@pliancy/semantic-release-config-npm": "^2.1.0",
1920
"@types/jest": "27.0.1",
2021
"commitizen": "4.2.4",
2122
"cpy-cli": "3.1.1",

0 commit comments

Comments
 (0)