From d4d07db034358a091caa5a1712c8c0eaa56d0c24 Mon Sep 17 00:00:00 2001 From: Tommy Hughes Date: Tue, 4 Feb 2025 11:24:41 -0600 Subject: [PATCH] ignore infra/feast-operator/bin during release Signed-off-by: Tommy Hughes --- .releaserc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc.js b/.releaserc.js index dbd15e263f..fe57ed5fc1 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -68,7 +68,7 @@ module.exports = { "infra/charts/**/*.*", "infra/feast-helm-operator/**/*", "infra/feast-operator/**/*", - "!infra/feast-operator/bin/", + "!infra/feast-operator/bin/**/*", "ui/package.json", "sdk/python/feast/ui/package.json", "sdk/python/feast/ui/yarn.lock"