Skip to content

Commit

Permalink
ci: add 4.x maintenance branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Oct 26, 2023
1 parent 7fd3a06 commit 3b3f4ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
- alpha
- beta
- experimental
- 4.x
pull_request:
branches:
- "*"
Expand Down
6 changes: 3 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"prerelease": true
},
{
"name": "experimental",
"channel": "experimental",
"prerelease": true
"name": "4.x",
"range": "4.x",
"channel": "4.x"
}
],
"plugins": [
Expand Down

1 comment on commit 3b3f4ed

@vercel
Copy link

@vercel vercel bot commented on 3b3f4ed Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.