Skip to content

Commit

Permalink
feat: migrate to semantic-release 24
Browse files Browse the repository at this point in the history
  • Loading branch information
Stamo-Gochev committed Jan 23, 2025
1 parent a57ef3b commit 2651029
Show file tree
Hide file tree
Showing 5 changed files with 6,304 additions and 2,266 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
# . "$(dirname "$0")/_/husky.sh"

npx --no -- commitlint --edit "$1"
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional']
};
Loading

0 comments on commit 2651029

Please sign in to comment.