Skip to content

Commit

Permalink
Merge pull request #1755 from terrestris/enable-non-main-releases
Browse files Browse the repository at this point in the history
Enable releases from next and 8.x branches
  • Loading branch information
dnlkoch authored Oct 18, 2024
2 parents 9cad8fe + 069e941 commit 2a571d6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"branches": [
"main"
{
"name": "8.x",
"range": "8.x",
"channel": "8.x"
},
{
"name": "main"
},
{
"name": "next",
"prerelease": true
}
],
"plugins": [
[
Expand Down

0 comments on commit 2a571d6

Please sign in to comment.