build(*): Enable github actions releases

This commit is contained in:
Josh Creek
2026-03-05 21:47:35 +00:00
parent 0433fe5c2c
commit cd7ac1286c
10 changed files with 2817 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [0],
},
};