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): release-message, expose default #25

Merged
merged 1 commit into from
Dec 23, 2022
Merged

feat(cli): release-message, expose default #25

merged 1 commit into from
Dec 23, 2022

Conversation

cdcabrera
Copy link
Owner

@cdcabrera cdcabrera commented Dec 23, 2022

What's included

  • feat(cli): release-message, expose default

Notes

  • exposes the prefix search string used to provide the range of commits in changelog. now a consumer, in theory, could provide
    • their own formatted release commit prefix
    • a new prefix combined with something from their previous changelog format
    • something unexpected, as always =)

How to test

Coverage and basic unit test check

  1. update the NPM packages with $ yarn
  2. $ yarn test
  3. confirm tests provide coverage for new feat
    • confirm tests come back clean and expected

Example

...

Updates issue/story

ongoing

* cli, expose release-message option
* cmd, pass releaseTypeScope
@cdcabrera cdcabrera added the enhancement New feature or request label Dec 23, 2022
@cdcabrera cdcabrera marked this pull request as ready for review December 23, 2022 18:46
@codecov-commenter
Copy link

Codecov Report

Merging #25 (44a5c80) into main (61347ce) will increase coverage by 0.13%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
+ Coverage   91.81%   91.94%   +0.13%     
==========================================
  Files           5        5              
  Lines         232      236       +4     
  Branches       93       95       +2     
==========================================
+ Hits          213      217       +4     
  Misses         18       18              
  Partials        1        1              
Impacted Files Coverage Δ
src/cmds.js 92.85% <100.00%> (+0.54%) ⬆️

Continue to review full report at Codecov.

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

@cdcabrera cdcabrera merged commit 17f6dda into main Dec 23, 2022
@cdcabrera cdcabrera deleted the dev-defaults branch December 23, 2022 18:57
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