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

feat(cli): create log from different branch #115

Merged
merged 4 commits into from
Jan 29, 2024
Merged

feat(cli): create log from different branch #115

merged 4 commits into from
Jan 29, 2024

Conversation

cdcabrera
Copy link
Owner

What's included

  • docs(readme): breakdown common use scenario
  • feat(cli): create log from different branch
  • fix(parse): empty summary, message
  • refactor(parse): explicit undefined instead of empty string

Notes

  • adds the branch option feature. intended to let you run changelog without needing to sync your branch. it DOES NOT work against remotes (currently), this is expected
  • breakout common scenario in docs

How to test

Coverage and basic unit test check

  1. update the NPM packages with $ yarn
  2. $ yarn test
  3. confirm tests come back clean

Example

...

Updates issue/story

ongoing

@cdcabrera cdcabrera added the enhancement New feature or request label Jan 29, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2024

Codecov Report

Merging #115 (b529bac) into main (9aabe71) will increase coverage by 0.13%.
The diff coverage is 100.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
+ Coverage   93.47%   93.61%   +0.13%     
==========================================
  Files           5        5              
  Lines         276      282       +6     
  Branches      109      113       +4     
==========================================
+ Hits          258      264       +6     
  Misses         17       17              
  Partials        1        1              
Files Coverage Δ
src/cmds.js 96.29% <100.00%> (+0.14%) ⬆️
src/parse.js 96.90% <100.00%> (+0.09%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9aabe71...b529bac. Read the comment docs.

@cdcabrera cdcabrera force-pushed the actionprep branch 2 times, most recently from c75a030 to 6f26a44 Compare January 29, 2024 09:15
cdcabrera added a commit that referenced this pull request Jan 29, 2024
* parse, fallback to full hash if desc empty
* testing, non-conforming checks
cdcabrera added a commit that referenced this pull request Jan 29, 2024
* cmds, allow log revision range
@cdcabrera cdcabrera merged commit 756d47b into main Jan 29, 2024
5 checks passed
cdcabrera added a commit that referenced this pull request Jan 29, 2024
* parse, fallback to full hash if desc empty
* testing, non-conforming checks
cdcabrera added a commit that referenced this pull request Jan 29, 2024
* cmds, allow log revision range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants