fix(ci): release configuration (#6)

This commit is contained in:
Gregor Martynus
2023-06-15 15:51:56 -07:00
committed by GitHub
parent c08b7942e4
commit 847634eeb3
+6
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"
]
}
}