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: bumping modules with wildcard #29

Merged
merged 4 commits into from
Jul 18, 2024
Merged

Conversation

eser
Copy link
Contributor

@eser eser commented Jul 17, 2024

This improvement enables to detect wildcard patterns that points out developments which affects all available modules/components.

Basically, instead of "feat(archive,assert,async,bytes,cli,collections...): upgraded dependency @std/assert to version 1.0.0",

we will be able to use
"feat(*): upgraded dependency @std/assert to version 1.0.0"

@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.91%. Comparing base (cc955a4) to head (0e0a079).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   80.74%   80.91%   +0.17%     
==========================================
  Files           2        2              
  Lines         540      545       +5     
  Branches       73       76       +3     
==========================================
+ Hits          436      441       +5     
  Misses        103      103              
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a good idea to me. LGTM

Also thanks for fixing typos!

@kt3k kt3k merged commit 3bddb92 into denoland:main Jul 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants