You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Changelog of 2.0.0-rc.0 the changes in the tags are explained. I see the example --tags @foo --tags @bar becomes --tags '@foo and bar' and according to what I understand this isn't correct. It should be --tags @foo --tags @bar becomes --tags '@foo and @bar', so an @ for bar.
In the Changelog of 2.0.0-rc.0 the changes in the tags are explained. I see the example
--tags @foo --tags @bar
becomes--tags '@foo and bar'
and according to what I understand this isn't correct. It should be--tags @foo --tags @bar
becomes--tags '@foo and @bar'
, so an@
forbar
.I do see it correct in the hooks documentation.
What's the best way to fix this? Can I create a PR for the Changelog?
The text was updated successfully, but these errors were encountered: