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
But it's less clear how to use tag_filter to ignore tag-only commits. I don't want to include particularly-tagged commits. I want to exclude some or all tagged commits.
I can use
ignore_pathsto ignore changing files.But it's less clear how to use
tag_filterto ignore tag-only commits. I don't want to include particularly-tagged commits. I want to exclude some or all tagged commits.