Skip to content

Commit

Permalink
Merge pull request #44 from arshad-yaseen/beautiful-changelog
Browse files Browse the repository at this point in the history
Beautiful Changelogs
  • Loading branch information
arshad-yaseen authored Sep 28, 2024
2 parents e240c47 + dc984b6 commit df467b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["@commitlint/config-conventional"]
}
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no-install commitlint --edit "$1"
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm validate

0 comments on commit df467b7

Please sign in to comment.