Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(changelog): add changelog cli #3

Merged
merged 1 commit into from
Jul 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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