Skip to content

Commit

Permalink
chore: #34 Automatically generate updated CHANGELOG.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMrYan committed Jul 4, 2024
2 parents e33c4aa + 7074110 commit 5b0b8a7
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 5 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@
"del": "pm2 delete upload-file-service",
"log": "pm2 logs upload-file-service",
"dev": "nodemon index.js",
"prepare": "husky install"
"prepare": "husky install",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"dependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@koa/cors": "^5.0.0",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"conventional-changelog-cli": "^5.0.0",
"dotenv": "^16.4.5",
"file-type": "^19.0.0",
"filesize": "^10.1.2",
Expand Down
Loading

0 comments on commit 5b0b8a7

Please sign in to comment.