mirror of
https://github.com/gotson/komga.git
synced 2026-01-27 02:25:29 +01:00
build: update semantic release deps
This commit is contained in:
parent
b1ef72a5c4
commit
cb6ce51da5
3 changed files with 3785 additions and 6695 deletions
|
|
@ -1,7 +1,9 @@
|
|||
#!/bin/sh
|
||||
if [ -z "$husky_skip_init" ]; then
|
||||
debug () {
|
||||
[ "$HUSKY_DEBUG" = "1" ] && echo "husky (debug) - $1"
|
||||
if [ "$HUSKY_DEBUG" = "1" ]; then
|
||||
echo "husky (debug) - $1"
|
||||
fi
|
||||
}
|
||||
|
||||
readonly hook_name="$(basename "$0")"
|
||||
|
|
@ -23,8 +25,7 @@ if [ -z "$husky_skip_init" ]; then
|
|||
|
||||
if [ $exitCode != 0 ]; then
|
||||
echo "husky - $hook_name hook exited with code $exitCode (error)"
|
||||
exit $exitCode
|
||||
fi
|
||||
|
||||
exit 0
|
||||
exit $exitCode
|
||||
fi
|
||||
|
|
|
|||
10453
package-lock.json
generated
10453
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@google/semantic-release-replace-plugin": "^1.0.2",
|
||||
"@semantic-release/changelog": "^5.0.1",
|
||||
"@semantic-release/exec": "^5.0.0",
|
||||
"@semantic-release/git": "^9.0.0",
|
||||
"is-ci": "^3.0.0",
|
||||
"semantic-release": "^17.4.3"
|
||||
"@google/semantic-release-replace-plugin": "^1.1.0",
|
||||
"@semantic-release/changelog": "^6.0.1",
|
||||
"@semantic-release/exec": "^6.0.3",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"is-ci": "^3.0.1",
|
||||
"semantic-release": "^18.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^12.1.4",
|
||||
"@commitlint/config-conventional": "^12.1.4",
|
||||
"commitlint": "^12.1.4",
|
||||
"husky": "^6.0.0",
|
||||
"@commitlint/cli": "^15.0.0",
|
||||
"@commitlint/config-conventional": "^15.0.0",
|
||||
"commitlint": "^15.0.0",
|
||||
"husky": "^7.0.4",
|
||||
"pinst": "^2.1.6"
|
||||
},
|
||||
"commitlint": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue