Skip to content

Commit

Permalink
Revert "chore: write correct version in package.json file on version …
Browse files Browse the repository at this point in the history
…bump (#21)"

This reverts commit 47b8a91.
  • Loading branch information
Ryan Sonshine committed Nov 1, 2022
1 parent 29eb3cc commit 7f2f1fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 50 deletions.
2 changes: 1 addition & 1 deletion .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

(exec </dev/tty && node_modules/.bin/cz --hook) || true 2> /dev/null
exec </dev/tty && node_modules/.bin/cz --hook || true
39 changes: 0 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"devDependencies": {
"@ryansonshine/commitizen": "^4.2.8",
"@ryansonshine/cz-conventional-changelog": "^3.3.4",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^27.5.2",
"@types/node": "^12.20.11",
"@typescript-eslint/eslint-plugin": "^4.22.0",
Expand Down Expand Up @@ -117,15 +116,6 @@
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
}
Expand Down

0 comments on commit 7f2f1fb

Please sign in to comment.