mirror of
https://review.coreboot.org/arm-trusted-firmware.git
synced 2024-10-06 11:34:58 +02:00
669e2b159a
Generated this change-log using below command: npm run release -- --skip.commit --skip.tag --release-as 2.11.0 Change-Id: I34c7b342549781057da1b18116500f110bc3f5ad Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Signed-off-by: Juan Pablo Conde <JuanPablo.Conde@arm.com>
24 lines
586 B
JSON
24 lines
586 B
JSON
{
|
|
"name": "trusted-firmware-a",
|
|
"version": "2.11.0",
|
|
"license": "BSD-3-Clause",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"release": "standard-version"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.0.0",
|
|
"@commitlint/config-conventional": "^19.0.0",
|
|
"@commitlint/cz-commitlint": "^19.0.0",
|
|
"commitizen": "^4.3.0",
|
|
"conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
|
|
"husky": "^9.0.11",
|
|
"js-yaml": "^4.1.0",
|
|
"standard-version": "^9.5.0"
|
|
}
|
|
}
|