Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/release-fix…
Browse files Browse the repository at this point in the history
…-remove-dryrun
  • Loading branch information
lokeshrangineni committed Feb 4, 2025
2 parents 09c3bdd + 999b77f commit 9a44c43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
"verifyReleaseCmd": "./infra/scripts/validate-release.sh ${nextRelease.type} " + current_branch,

// Bump all version files and build UI / update yarn.lock / helm charts
"prepareCmd": "python ./infra/scripts/release/bump_file_versions.py ${lastRelease.version} ${nextRelease.version}; make build-ui; make build-helm-docs; make -C infra/feast-operator build-installer bundle"
"prepareCmd": "python ./infra/scripts/release/bump_file_versions.py ${lastRelease.version} ${nextRelease.version}; make build-ui; make build-helm-docs; make -C infra/feast-operator build-installer bundle; rm -rf infra/feast-operator/bin"
}],

["@semantic-release/release-notes-generator", {
Expand All @@ -68,7 +68,6 @@ module.exports = {
"infra/charts/**/*.*",
"infra/feast-helm-operator/**/*",
"infra/feast-operator/**/*",
"!infra/feast-operator/bin/",
"ui/package.json",
"sdk/python/feast/ui/package.json",
"sdk/python/feast/ui/yarn.lock"
Expand Down

0 comments on commit 9a44c43

Please sign in to comment.