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

fix(parse): allow missing scope #51

Merged
merged 1 commit into from
Apr 14, 2023
Merged

fix(parse): allow missing scope #51

merged 1 commit into from
Apr 14, 2023

Conversation

cdcabrera
Copy link
Owner

@cdcabrera cdcabrera commented Apr 14, 2023

What's included

  • fix(parse): allow missing scope

Notes

  • missing scope/subject for the following message format fix: hello world (vs fix(someScope): hello world) had the unintentional side-effect of not showing in the changelog output. this corrects that issue

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 bug Something isn't working label Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant