feat(git): add angularjs git commit message conventions in the project

Change-Id: Ieed4da9792f5bc272f5ffaf34f49278c8f8964a5
Issue-ID: DCAEGEN2-1671
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
diff --git a/components/datalake-handler/admin/src/package.json b/components/datalake-handler/admin/src/package.json
index 5b2769d..675a5f3 100644
--- a/components/datalake-handler/admin/src/package.json
+++ b/components/datalake-handler/admin/src/package.json
@@ -7,7 +7,8 @@
     "build": "ng build",
     "test": "ng test",
     "lint": "ng lint",
-    "e2e": "ng e2e"
+    "e2e": "ng e2e",
+    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
   },
   "private": true,
   "dependencies": {
@@ -25,6 +26,7 @@
     "@swimlane/ngx-datatable": "^14.0.0",
     "angular-svg-icon": "^7.2.1",
     "bootstrap": "^4.3.1",
+    "conventional-changelog-cli": "^2.0.23",
     "core-js": "^2.5.4",
     "jquery": "^3.4.1",
     "ngx-spinner": "^7.1.4",