From 019f04cc33854b9a5e5be067ebf2ee2fd2c3debf Mon Sep 17 00:00:00 2001 From: Tommy Hughes Date: Mon, 19 Aug 2024 13:04:36 -0500 Subject: [PATCH] fix: Add feast-operator Makefile to semantic-release script Signed-off-by: Tommy Hughes --- .releaserc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc.js b/.releaserc.js index c4ad52c9b21..ee9c62a04df 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -66,7 +66,7 @@ module.exports = { "CHANGELOG.md", "java/pom.xml", "infra/charts/**/*.*", - "infra/feast-operator/**/*.*", + "infra/feast-operator/**/*", "ui/package.json", "sdk/python/feast/ui/package.json", "sdk/python/feast/ui/yarn.lock"