remove prerelease

This commit is contained in:
Elio Bischof 2023-07-05 22:19:58 +02:00 committed by GitHub
parent 28759f8fb2
commit 7417fdbeb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
module.exports = {
branches: [{ name: "main" }, { name: "next" }, {name: "usage-telemetry", prerelease: true}],
branches: [{ name: "main" }, { name: "next" }],
plugins: ["@semantic-release/commit-analyzer"],
};