fix: change to automated releases

This commit is contained in:
Luke Tainton (ltainton)
2023-10-20 19:43:15 +01:00
parent de3c055074
commit b96a1239e5
4 changed files with 43 additions and 22 deletions

View File

@ -1,6 +1,11 @@
{
"extends": [
"config:base"
"config:base",
":semanticCommits",
":semanticCommitTypeAll(fix)"
],
"baseBranches": [
"next"
],
"platformCommit": true,
"dependencyDashboardAutoclose": true,