-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Doesn't work well with independent mode #26
Comments
@hzoo should independent mode generate changelogs per project instead of a global one? |
I'm not sure anymore lol |
I feel it makes sense to generate changelogs per project (in |
|
@evocateur I also noticed that the
Not sure how to interpret this - was it meant as a hint to look into the code there and potentially reuse some of its logic to gather the relevant info or did you have some specific solution based on that in mind? Update |
Why doesn't this flag mentioned in docs? |
I'd love to integrate some sort of fix for independent mode. I quite like the idea of label-driven changelogs vs. a commit message standard. Where would this change need to be made? I can clearly see where I can help infer the package names, but once I have them, I'm not sure how to run the changelog generator against each package. A backward compatible change would be to change repo to Do we still want one root-level CHANGELOG.md or should it be per package? If it's root-level, should there be any new formatting? |
@Turbo87 any comments on the above? Really interested in getting this working. I want the PR labels stuff so bad - think it's so much better than relying on commit linting. |
unfortunately I don't use lerna or yarn workspaces so it's hard for me to comment on this 🙁 |
Example below
Since each thing is independent it doesn't make sense to have a changelog entry per release since each one is seperate.
Changelog for 2016-08-31
Bug Fix
babel-preset-babili
babili
--no-babelrc
option. (@hzoo)babel-plugin-minify-mangle-names
,babel-preset-babili
babel-plugin-minify-simplify
The text was updated successfully, but these errors were encountered: