-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Adding Support for filtering by tag with variables. #457
Conversation
nice i try to release this somewhere this week And for releasing you could have added your feature just to the unreleased section and then at somepoint i would create a new release that would be the general idea but since you also update the version already we can also take that 👍 |
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 guess this change should also be reflected in the documentation somewhere?
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #457 +/- ##
=======================================
Coverage 87.26% 87.26%
=======================================
Files 39 39
Lines 2380 2380
=======================================
Hits 2077 2077
Misses 303 303
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
5974c30
to
7c61321
Compare
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 so there is still the question if we can filter for @tag value
somehow otherwise i think that should be more or less ready to be merged
I try to play around with it a bit so i can merge it on the weekend |
It would likely require replacing all white space with some other character before replacing the parens in tag expressions. |
9629d41
to
af6b8ec
Compare
@inquisitev please take a look i update the testing a bit and extend the docs and took the liberty to restructure that as a single commit without the release since that should happen from main branch Let me know if i missed anything and if the updated docs make sense to you. Minor side-note: |
Looks good to me. "is there a reason that you used merges instead of rebases?" - I'm not sure why its using merge, i think i squashed earlier (if i did i used git rebase -i HEAD~n). manually squashing is new to me as we just let github squash on pr merge at work. "I think your name contains a extra space ..." - thanks for catching that, ive updated my config. whoops |
This will require an update to tag-expressions
requires: timofurrer/tag-expressions#2 to avoid parsing exception
as for the change log, i see an unreleased section, so i am assuming that not every change gets a release. is this how it works in practice? should this get a new version? and if the unreleased section is never moved, may i remove it to reduce confusion?
closes #453