Add Ability to Override Ignore SHAs #4098
JaydenMaalouf
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@arturcic Is it correct that with the refactoring initiative of GitVersion version 7.0.0 all configuration properties can be overwritten via command line arguments? However I think this issue goes in the same direction: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I think it would be useful to be able to override
ignore__shas
as an argument in the commandlineThe use case behind this is I am using this in a monorepo and make use of
tag-prefix
already to tag commits separately based on the affected foldersHowever, I would like to ignore commits where those folders were never changed (but other folders were changed inbetween the last version number) - which I'm able to capture with
git rev-list --ancestry-path $LAST_SHA..HEAD -- . ":!$PATH/"
Thanks heaps!
Beta Was this translation helpful? Give feedback.
All reactions