From c5a0e9d42e00a575ddc3ca8f59d41732ffc2678e Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Fri, 20 May 2022 17:32:35 -0700 Subject: [PATCH] fix(ci): add assets to semantic-release/git config --- release.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release.config.js b/release.config.js index aace1fb..ce1a407 100644 --- a/release.config.js +++ b/release.config.js @@ -23,7 +23,8 @@ module.exports = { [ "@semantic-release/git", { - "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" + "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}", + "assets": ["package.json", "package-lock.json", "CHANGELOG.md"] } ] ]