-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Add npm-based changelog generator #17
Add npm-based changelog generator #17
Conversation
@@ -65,6 +66,7 @@ | |||
"start": "webpack-dev-server --env dev", | |||
"dist": "del dist; webpack --env prod", | |||
"test": "karma start", | |||
"test:watch": "npm test -- --no-single-run --auto-watch" | |||
"test:watch": "npm test -- --no-single-run --auto-watch", | |||
"generate-changelog": "node node_modules/github-changes -o sapientglobalmarkets -r react-querybuilder -a --use-commit-body --only-pulls --date-format=\"(YYYY/MM/DD)\"" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure how to shorten this right now
not sure how well this would work when you had tons of history though - seems to be an all-or-nothing generation (no option to append to existing changelog) but it is OK for now |
Addresses #16 |
4ee17b5
to
e321c72
Compare
fixed merge conflicts |
any updates on this? |
Merged. I’ll make an NPM release later today. Thanks for all the great updates!
|
Published v1.3 on NPM: https://www.npmjs.com/package/react-querybuilder |
I have a PR up to add in author URLs (similar to what is included with this PR)
lalitkapoor/github-changes#61
Until it gets merged, we can use my fork:
https://github.com/maniax89/github-changes/tree/author_url