diff --git a/.husky/pre-commit b/.husky/pre-commit index 2ec33db..9de1fc0 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,6 @@ #!/bin/sh +[ -n "$CI" ] && exit 0 + . "$(dirname "$0")/_/husky.sh" yarn typecheck diff --git a/.releaserc.json b/.releaserc.json index 2a00ac2..410033a 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -13,7 +13,7 @@ { "path": "@semantic-release/git", "assets": ["package.json", "package-lock.json", "CHANGELOG.md"], - "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" + "message": "chore(release): <%= nextRelease.version %> - <%= new Date().toLocaleDateString('en-US', {year: 'numeric', month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric' }) %> [skip ci]\n\n<%= nextRelease.notes %>" } ], "branches": ["main"] diff --git a/src/features/match/match.tsx b/src/features/match/match.tsx index 3eb2909..df3f939 100644 --- a/src/features/match/match.tsx +++ b/src/features/match/match.tsx @@ -55,7 +55,7 @@ export const Match = ({