Skip to content

Commit 7f2f1fb

Browse files
author
Ryan Sonshine
committed
Revert "chore: write correct version in package.json file on version bump (#21)"
This reverts commit 47b8a91.
1 parent 29eb3cc commit 7f2f1fb

File tree

3 files changed

+1
-50
lines changed

3 files changed

+1
-50
lines changed

.husky/prepare-commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
(exec </dev/tty && node_modules/.bin/cz --hook) || true 2> /dev/null
4+
exec </dev/tty && node_modules/.bin/cz --hook || true

package-lock.json

Lines changed: 0 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"devDependencies": {
4949
"@ryansonshine/commitizen": "^4.2.8",
5050
"@ryansonshine/cz-conventional-changelog": "^3.3.4",
51-
"@semantic-release/git": "^10.0.1",
5251
"@types/jest": "^27.5.2",
5352
"@types/node": "^12.20.11",
5453
"@typescript-eslint/eslint-plugin": "^4.22.0",
@@ -117,15 +116,6 @@
117116
}
118117
],
119118
"@semantic-release/npm",
120-
[
121-
"@semantic-release/git",
122-
{
123-
"assets": [
124-
"package.json"
125-
],
126-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
127-
}
128-
],
129119
"@semantic-release/github"
130120
]
131121
}

0 commit comments

Comments
 (0)