Skip to content

Commit

Permalink
fix: update release config to allow minor release (#3419)
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok authored Jan 28, 2025
1 parent 0efa5bb commit 6799754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
{
name: "release/3.*",
channel: "latest",
level: "patch"
level: "minor"
}
// {
// name: "next",
Expand Down

0 comments on commit 6799754

Please sign in to comment.