Skip to content

Commit

Permalink
ci: Fix release process to also commit package.json from the web ui
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Chiao <danny@tecton.ai>
  • Loading branch information
adchia committed Apr 20, 2022
1 parent ed2f979 commit 82a6fb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ module.exports = {
assets: [
"CHANGELOG.md",
"java/pom.xml",
"infra/charts/**/*.*"
"infra/charts/**/*.*",
"ui/package.json"
],
message: "chore(release): release ${nextRelease.version}\n\n${nextRelease.notes}"
}
Expand Down

0 comments on commit 82a6fb9

Please sign in to comment.