There was an error while loading. Please reload this page.
1 parent 979831e commit 488ec7bCopy full SHA for 488ec7b
1 file changed
.releaserc.js
@@ -16,7 +16,7 @@ if (current_branch !== 'master') {
16
17
// We have to dynamically generate all the supported branches for Feast because we use the `vA.B-branch` pattern for
18
// maintenance branches
19
-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}]
20
21
// Below is the configuration for semantic release
22
module.exports = {
0 commit comments