Skip to content

Commit

Permalink
refactor: remove pre-release braches to prevent spam
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jun 10, 2024
1 parent 2ccfa95 commit a7329fd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ module.exports = {
branches: [
"main",
"+([0-9])?(.{+([0-9]),x}).x", // e.g., 1.x, 1.2.x, 1.2.3.x
{
name: "next",
prerelease: true,
},
// {
// name: "next",
// prerelease: true,
// },
{
name: "dev",
prerelease: true,
},
{
name: "alpha",
prerelease: true,
},
{
name: "beta",
prerelease: true,
},
// {
// name: "alpha",
// prerelease: true,
// },
// {
// name: "beta",
// prerelease: true,
// },
],
plugins: [
[
Expand Down

0 comments on commit a7329fd

Please sign in to comment.