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

[G2M] Changelog command, NLP model, structural refactors #14

Merged
merged 5 commits into from Sep 24, 2020

Conversation

woozyking
Copy link
Contributor

@woozyking woozyking commented Sep 23, 2020

commit-by-commit review recommended

output diffs:

% release notes --base v1.5.0 --head HEAD --print

Release Notes: from v1.5.0 to HEAD

misc

  • update CHANGELOG.md by dogfooding the changelog cmd (ea4be5b by Runzhou Li (woozyking))

common

  • --print flag to redirect file output to stdout (print) (558da11 by Runzhou Li (woozyking))

changelog

  • command to generate changelog with NLP predicted labels (ddf4799 by Runzhou Li (woozyking))

lib

  • parseCommits - enrich with NLP model predicted label (27ecd40 by Runzhou Li (woozyking))
    • [BREAKING] parseCommits is now a Promise (async function)
    • NLP model trained and applied through fastText (by facebook)
  • factor out lib/common and refactor command to be like plugins (ce658b4 by Runzhou Li (woozyking))
% release changelog --base v1.4.0 --head v1.5.0 --print

Changelog: from v1.5.0 to HEAD

FEATURES

  • misc - update CHANGELOG.md by dogfooding the changelog cmd (ea4be5b by Runzhou Li (woozyking))
  • common - --print flag to redirect file output to stdout (print) (558da11 by Runzhou Li (woozyking))
  • changelog - command to generate changelog with NLP predicted labels (ddf4799 by Runzhou Li (woozyking))
  • lib/parseCommits - enrich with NLP model predicted label (27ecd40 by Runzhou Li (woozyking))
    • [BREAKING] parseCommits is now a Promise (async function)
    • NLP model trained and applied through fastText (by facebook)

PERFECTIVE

  • lib - factor out lib/common and refactor command to be like plugins (ce658b4 by Runzhou Li (woozyking))

@woozyking woozyking changed the title Changelog command, NLP model, structural refactors [G2M] Changelog command, NLP model, structural refactors Sep 24, 2020
Copy link
Contributor

@tlowande tlowande left a comment

Choose a reason for hiding this comment

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

⚡ 🤯

@woozyking woozyking merged commit b419e35 into master Sep 24, 2020
@woozyking woozyking deleted the changelog branch September 24, 2020 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants