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(lock-file): allow adding lock files during release commit #138

Merged
merged 3 commits into from
Mar 21, 2024

Conversation

cdcabrera
Copy link
Owner

What's included

  • fix(lock-file): allow adding lock files during release commit

Notes

  • finally allows adding in package-lock.json or another custom lock-file to the release commit. the way around this issue before was to simply "not commit" the updates

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 Mar 21, 2024
@cdcabrera cdcabrera merged commit 4dbb795 into main Mar 21, 2024
5 checks passed
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