Compare commits

..

1 Commits

Author SHA1 Message Date
Gregor Martynus
847634eeb3 fix(ci): release configuration (#6)
Some checks failed
/ demo (push) Has been cancelled
2023-06-15 15:51:56 -07:00

View File

@@ -22,6 +22,12 @@
"branches": [
"+([0-9]).x",
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"semantic-release-plugin-github-breaking-version-tag"
]
}
}