Skip to content

Commit

Permalink
Revert "chore: Fix for semantic release for 0.39.1"
Browse files Browse the repository at this point in the history
This reverts commit 979831e.
  • Loading branch information
franciscojavierarceo committed Jul 4, 2024
1 parent 979831e commit 488ec7b
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.39.x'}, {name: "v0.39-branch", range: '0.39.x'},];
possible_branches = [{name: "master"}, {name: current_branch}]

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

0 comments on commit 488ec7b

Please sign in to comment.