From b3ca1c228590a66ecc8482383c366f58afb6c743 Mon Sep 17 00:00:00 2001 From: Tommy Hughes Date: Tue, 4 Feb 2025 11:08:15 -0600 Subject: [PATCH] ignore infra/feast-operator/bin during release Signed-off-by: Tommy Hughes --- .releaserc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.releaserc.js b/.releaserc.js index b972f0984c..dbd15e263f 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -68,6 +68,7 @@ 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"