chore(github): add release workflow on v3* tags

This commit is contained in:
Benjamin Canac
2025-04-23 15:31:30 +02:00
parent 664a8c7524
commit 4a969a8b9e
3 changed files with 73 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
"commitMessage": "chore(release): v${version}",
"tagName": "v${version}"
},
"npm": {
"publish": false
},
"github": {
"release": true,
"releaseName": "v${version}",