Skip to content

Commit

Permalink
fix: include helm Chart.yaml in git commit for release process (#604)
Browse files Browse the repository at this point in the history
Signed-off-by: David Poltorak <[email protected]>
  • Loading branch information
davidpoltorak-io authored Jul 25, 2023
1 parent 84dc49f commit d0372f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
Expand Down

0 comments on commit d0372f1

Please sign in to comment.