Skip to content

Commit 32bc4ac

Browse files
chore: added comitter
1 parent 3676761 commit 32bc4ac

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ jobs:
3232
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3333
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
3434
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
35+
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
36+
GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}
3537
run: npx semantic-release

.husky/pre-commit

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
#!/usr/bin/env sh
2-
branch_name="$(git branch --show-current)"
3-
branch_regex="^(bug|chore|feat)\/([a-zA-Z]+-[0-9]+)(-(.*))?"
1+
# #!/usr/bin/env sh
2+
# branch_name="$(git branch --show-current)"
3+
# branch_regex="^(bug|chore|feat)\/([a-zA-Z]+-[0-9]+)(-(.*))?"
44

5-
if [[ ! $branch_name =~ $branch_regex ]]; then
6-
echo "Branch name does not match expected format. Ex. feat/TYPE-000"
7-
exit 1
8-
fi
5+
# if [[ ! $branch_name =~ $branch_regex ]]; then
6+
# echo "Branch name does not match expected format. Ex. feat/TYPE-000"
7+
# exit 1
8+
# fi
99

1010

11-
npx lint-staged
11+
# npx lint-staged

0 commit comments

Comments
 (0)