Skip to content

Commit

Permalink
Generate a changelog on versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Nov 9, 2020
1 parent 772c01e commit 8375128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"test": "mocha",
"lint": "eslint . && prettier --check '**/*.js' 'bin/*'",
"test:ci": "npm test && npm run coverage",
"version": "./bin/offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md",
"coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html"
},
"nyc": {
Expand Down

4 comments on commit 8375128

@papandreou
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hahahahaha, I guess that was about time 😆

@papandreou
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just got a batch of depfu PRs and was about to do the exact same thing :)

@sunesimonsen
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I was laughing when I noticed that is had no changelog 🤦‍♂️😂

@papandreou
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The shoemaker's children go barefoot

🦶
👣

Please sign in to comment.