Skip to content

Commit 488ec7b

Browse files
Revert "chore: Fix for semantic release for 0.39.1"
This reverts commit 979831e.
1 parent 979831e commit 488ec7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (current_branch !== 'master') {
1616

1717
// We have to dynamically generate all the supported branches for Feast because we use the `vA.B-branch` pattern for
1818
// maintenance branches
19-
const possible_branches = [{name: "master"}, {name: current_branch, range: '0.39.x'}, {name: "v0.39-branch", range: '0.39.x'},];
19+
possible_branches = [{name: "master"}, {name: current_branch}]
2020

2121
// Below is the configuration for semantic release
2222
module.exports = {

0 commit comments

Comments
 (0)