Skip to content

Commit

Permalink
ci: Update release rc for this branch to allow for maintenance release
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Chiao <danny@tecton.ai>
  • Loading branch information
adchia committed Aug 10, 2022
1 parent b02adc9 commit 40f2a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.js
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
possible_branches = [{name: "master"}, {name: current_branch}]
const possible_branches = [{name: "master"}, {name: current_branch, range: '0.22.x'}, {name: "v0.23-branch", range: '0.23.x'},];

// Below is the configuration for semantic release
module.exports = {
Expand Down

0 comments on commit 40f2a6e

Please sign in to comment.