summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2021-12-03 11:22:09 +0000
committerChris Kay <chris.kay@arm.com>2022-01-24 12:55:34 +0000
commitba748f3c35a35cddb0ff75f389dd1d652b53ba8f (patch)
tree48e177eeaafa52bb331b5f57d65fcad5762a4596 /package.json
parentc503b42c09b793ef4ac024c1bca646599be74bce (diff)
downloadarm-trusted-firmware-ba748f3c35a35cddb0ff75f389dd1d652b53ba8f.tar.gz
docs(changelog): fix broken version bumping
Standard Version was not bumping the package metadata files as it should have been. It's not clear to me why, but there is an open [GitHub issue][1] for documenting this behaviour. [1]: https://github.com/conventional-changelog/standard-version/issues/506 Change-Id: Ie89a81272fe507a3d2e1cd33c6ac1bdcc8ac3d75 Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 71632a35d..3556dc516 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"postinstall": "husky install",
- "release": "standard-version -i docs/change-log.md"
+ "release": "standard-version"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",