Skip to content

Commit c72f0ba

Browse files
committed
Update Semantic Release plugins
This commit includes five Semantic Release plugins have also been added to `package.json` to automate and customize the project's release process. Changes are reflected in the accompanying updated `yarn.lock` file.
1 parent 88cb1ad commit c72f0ba

File tree

2 files changed

+2577
-4009
lines changed

2 files changed

+2577
-4009
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
"@angular/compiler-cli": "17.2.1",
6060
"@angular/language-service": "17.2.1",
6161
"@jest/globals": "^29.7.0",
62+
"@semantic-release/changelog": "^6.0.3",
63+
"@semantic-release/commit-analyzer": "^11.1.0",
64+
"@semantic-release/git": "^10.0.1",
65+
"@semantic-release/npm": "^11.0.2",
66+
"@semantic-release/release-notes-generator": "^12.1.0",
6267
"@types/jest": "^29.5.12",
6368
"@types/node": "^20.11.19",
6469
"@typescript-eslint/eslint-plugin": "7.0.1",

0 commit comments

Comments
 (0)