build: add semantic-release, commitlint, and husky dependencies

This commit is contained in:
Tuan-Dat Tran
2026-02-20 10:02:01 +01:00
parent b3f2919791
commit c24ba6c007
4 changed files with 16110 additions and 0 deletions

10
.releaserc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"branches": ["master"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/git"
]
}