-
-
Notifications
You must be signed in to change notification settings - Fork 198
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(args): add --ignore-tags
argument
#696
Conversation
Signed-off-by: Bukowa <[email protected]>
Signed-off-by: Bukowa <[email protected]>
Signed-off-by: Bukowa <[email protected]>
This reverts commit f307647. Signed-off-by: Bukowa <[email protected]>
Signed-off-by: Bukowa <[email protected]>
…re-tags/commit.sh Signed-off-by: Bukowa <[email protected]>
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #696 +/- ##
==========================================
- Coverage 36.29% 36.18% -0.11%
==========================================
Files 19 19
Lines 1455 1457 +2
==========================================
- Hits 528 527 -1
- Misses 927 930 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Bukowa <[email protected]>
Signed-off-by: Bukowa <[email protected]>
Signed-off-by: Bukowa <[email protected]>
Signed-off-by: Bukowa <[email protected]>
This reverts commit c829865. Signed-off-by: Bukowa <[email protected]>
Signed-off-by: Bukowa <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I merged main I hope its ok. I can revert if needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
--ignore-tags
argument to cli--ignore-tags
argument
Description
This adds
--ignore-tags
argument to cli.How Has This Been Tested?
I included fixture based tests but - this fixture won't pass - because of this line
I am not sure if this is intended - I would expect this to work (not requiring a commit to recognize 1.0.0 version) - need more info.
If this is intended then simply need to uncomment this line.
Types of Changes
Checklist: