Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 8cc028a

Browse files
committed
chore: fix release to bump package.json & update to correct 7.0.0 version
Signed-off-by: Markus Maga <[email protected]>
1 parent 2cbbca6 commit 8cc028a

File tree

3 files changed

+5725
-6812
lines changed

3 files changed

+5725
-6812
lines changed

.versionrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ module.exports = {
4848
scripts: {
4949
"prechangelog": "(cd charts/kubernetes-external-secrets && helm package . && helm repo index --merge ../../docs/index.yaml ./ && mv *.tgz ../../docs && mv index.yaml ../../docs && git add ../../docs)"
5050
},
51-
bumpFiles: [chart, values, readme],
51+
bumpFiles: ['package.json', 'package-lock.json', chart, values, readme],
5252
};

0 commit comments

Comments
 (0)