Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Mar 1, 2024
1 parent f905b18 commit 59929e0
Show file tree
Hide file tree
Showing 6 changed files with 16,152 additions and 4,984 deletions.
5 changes: 5 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"@commitlint/config-conventional"
]
}
Binary file added .github/development-flow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: Build

on: push

Expand Down
12 changes: 12 additions & 0 deletions .husky
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

BRANCH=$(git rev-parse --abbrev-ref HEAD)

if [ "$BRACH" = "main" ]
then
echo "committing directly to main is blocked"
exit 1
fi

./node_modules/.bin/commitlint -e $1

0 comments on commit 59929e0

Please sign in to comment.