Create .releaserc.json

This commit is contained in:
암냥 (imnyang) 2025-06-06 04:00:54 +09:00 committed by GitHub
commit cc974a9a08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
.releaserc.json Normal file
View file

@ -0,0 +1,21 @@
{
"branches": ["release"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/github",
{
"failComment": false,
"failTitle": false,
"labels": false
}
]
]
}