mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-04 11:53:55 +00:00

Generated this change-log using below command: npm run release -- --skip.commit --skip.tag --release-as 2.12.0 Change-Id: Idb74f6a31bf2691e7666e2738030d6f0e2b8c519 Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
24 lines
586 B
JSON
24 lines
586 B
JSON
{
|
|
"name": "trusted-firmware-a",
|
|
"version": "2.12.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"
|
|
}
|
|
}
|