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 version description #39

Merged
merged 2 commits into from
Feb 25, 2023
Merged

feat(cli): release version description #39

merged 2 commits into from
Feb 25, 2023

Conversation

cdcabrera
Copy link
Owner

@cdcabrera cdcabrera commented Feb 25, 2023

What's included

  • feat(cli): release version description

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

Run cli

  1. update the NPM packages with $ yarn
  2. $ yarn start --dry-run --release-desc "lorem ipsum\!"
    • confirm the output is expected

Example

...

Updates issue/story

ongoing

* cli, add release-desc
* files, parse, apply desc to body
@cdcabrera cdcabrera added the enhancement New feature or request label Feb 25, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 25, 2023

Codecov Report

Merging #39 (2419797) into main (dc8a202) will increase coverage by 0.03%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
+ Coverage   92.08%   92.11%   +0.03%     
==========================================
  Files           5        5              
  Lines         240      241       +1     
  Branches       96       97       +1     
==========================================
+ Hits          221      222       +1     
  Misses         18       18              
  Partials        1        1              
Impacted Files Coverage Δ
src/files.js 89.79% <100.00%> (+0.21%) ⬆️

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 dc8a202...2419797. Read the comment docs.

@cdcabrera cdcabrera merged commit 7fcfae9 into main Feb 25, 2023
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