Skip to content

Commit

Permalink
Merge pull request #3 from pdsuwwz/feature/chore-changelog
Browse files Browse the repository at this point in the history
chore(changelog): add changelog cli
  • Loading branch information
pdsuwwz committed Jul 5, 2021
2 parents fe42364 + c4d7708 commit 317cba0
Show file tree
Hide file tree
Showing 3 changed files with 801 additions and 20 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.0.1 (2021-07-05)


### Bug Fixes

* resolve paths alias ([e4fe962](https://github.com/pdsuwwz/puppeteer-server/commit/e4fe962851760d639bdc9ec997af390a55395afd))



4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"restart": "pm2 restart ecosystem.config.js --env production",
"stop": "pm2 stop ecosystem.config.js",
"delete": "pm2 delete ecosystem.config.js",
"wc": "pm2 list"
"wc": "pm2 list",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"dotenv": "^10.0.0",
Expand All @@ -37,6 +38,7 @@
"@types/node": "^15.12.5",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^7.29.0",
"nodemon": "^2.0.7",
"pm2": "^5.1.0",
Expand Down
Loading

0 comments on commit 317cba0

Please sign in to comment.