From d0372f19e74ade5627a41038b07010321d5ef600 Mon Sep 17 00:00:00 2001 From: davidpoltorak-io <109518299+davidpoltorak-io@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:30:40 +0100 Subject: [PATCH] fix: include helm Chart.yaml in git commit for release process (#604) Signed-off-by: David Poltorak --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6aac798722..ba415601eb 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,8 @@ "DEPENDENCIES.md", "package.json", "package-lock.json", - "prism-agent/service/api/http/prism-agent-openapi-spec.yaml" + "prism-agent/service/api/http/prism-agent-openapi-spec.yaml", + "infrastructure/charts/agent/Chart.yaml" ], "message": "chore(release): cut atala prism ${nextRelease.version} release\n\n${nextRelease.notes}" }