Skip to content

Commit 7fd0f31

Browse files
authored
Merge pull request #13 from bradennapier/fix/release-config
chore: 🤖 further release fixes
2 parents fc00b99 + 7805a8d commit 7fd0f31

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@typescript-eslint/experimental-utils": "^3.6.1",
6060
"@typescript-eslint/parser": "^3.6.1",
6161
"commitizen": "^4.1.2",
62-
"cz-conventional-changelog": "^3.2.0",
62+
"cz-conventional-changelog": "3.2.0",
6363
"eslint": "^7.4.0",
6464
"eslint-config-airbnb-base": "^14.2.0",
6565
"eslint-config-prettier": "^6.11.0",
@@ -88,14 +88,14 @@
8888
"pre-push": "yarn lint && yarn clean && yarn build && yarn test"
8989
}
9090
},
91-
"config": {
92-
"commitizen": {
93-
"path": "cz-conventional-changelog"
94-
}
95-
},
9691
"lint-staged": {
9792
"src/**/*.{ts,tsx}": [
9893
"eslint --fix"
9994
]
95+
},
96+
"config": {
97+
"commitizen": {
98+
"path": "./node_modules/cz-conventional-changelog"
99+
}
100100
}
101101
}

release.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ module.exports = {
33
[
44
'@semantic-release/commit-analyzer',
55
{
6-
preset: 'conventionalcommits',
76
config: 'cz-conventional-changelog',
87
},
98
],
109
[
1110
'@semantic-release/release-notes-generator',
1211
{
13-
preset: 'conventionalcommits',
1412
config: 'cz-conventional-changelog',
1513
},
1614
],

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ cyclist@^1.0.1:
14591459
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
14601460
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
14611461

1462-
[email protected], cz-conventional-changelog@^3.2.0:
1462+
14631463
version "3.2.0"
14641464
resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.2.0.tgz#6aef1f892d64113343d7e455529089ac9f20e477"
14651465
integrity sha512-yAYxeGpVi27hqIilG1nh4A9Bnx4J3Ov+eXy4koL3drrR+IO9GaWPsKjik20ht608Asqi8TQPf0mczhEeyAtMzg==

0 commit comments

Comments
 (0)