Skip to content

Commit

Permalink
Update .releaserc.js
Browse files Browse the repository at this point in the history
trying to use range
  • Loading branch information
franciscojavierarceo authored Apr 14, 2024
1 parent 39b5616 commit ef6849a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (current_branch !== 'master') {

// We have to dynamically generate all the supported branches for Feast because we use the `vA.B-branch` pattern for
// maintenance branches
const possible_branches = [{name: "master"}, {name: current_branch, range: '0.36.x'}, {name: "v0.36-branch", range: '0.36.x'},];
const possible_branches = [{name: "master"}, {name: current_branch, range: '0.36.x'}, {name: "v0.36-branch", range: '>=0.36.0 <0.37.0'},];


// Below is the configuration for semantic release
Expand Down

0 comments on commit ef6849a

Please sign in to comment.