Skip to content

Commit 3d9b7a3

Browse files
committed
feat(tooling): configure CI/CD, semantic-release, and commit hooks
1 parent 8af5595 commit 3d9b7a3

File tree

5 files changed

+1371
-41
lines changed

5 files changed

+1371
-41
lines changed

.husky/commit-msg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx commitlint --edit $1

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx lint-staged

commitlint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// commitlint.config.js
2+
/** @type {import('@commitlint/types').UserConfig} */
3+
export default {
4+
extends: ["@commitlint/config-conventional"],
5+
};

0 commit comments

Comments
 (0)