aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2021-11-02 13:23:38 +0000
committerChris Kay <chris.kay@arm.com>2021-11-17 16:04:36 +0000
commitdc59d726e79c26b5a3ee2f1cea2e903d5dd1e191 (patch)
tree5c87ac650064487ff9914e1c94565f90a4c1b220 /package.json
parent3a43e6dee4a6e243976e781f6c818278fce3df2a (diff)
downloadarm-trusted-firmware-dc59d726e79c26b5a3ee2f1cea2e903d5dd1e191.tar.gz
build(npm): add Standard Version v9.3.2
This tool is used to generate changelogs, tag repositories and bump version numbers across the code-base. In preparation for the v2.6.0 release of TF-A, we will be incorporating it into our release workflow, with the hope that it can reduce some of the workload involved going forward. After this change our dependency license situation is as follows: ``` $ license-checker --summary ├─ MIT: 249 ├─ ISC: 43 ├─ Apache-2.0: 6 ├─ BSD-2-Clause: 3 ├─ (MIT OR CC0-1.0): 3 ├─ BSD-3-Clause: 2 ├─ 0BSD: 2 ├─ (MIT OR Apache-2.0): 1 ├─ BSD*: 1 ├─ CC-BY-3.0: 1 └─ CC0-1.0: 1 ``` Change-Id: Ie41443045ecff22f322d155a4bed8ab5d92208cd Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9f9f1745c..0a284a8f6 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
"@commitlint/config-conventional": "^14.1.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
- "husky": "^7.0.4"
+ "husky": "^7.0.4",
+ "standard-version": "^9.3.2"
}
}