Add --show-unchanged/-U option
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc
2025-09-08 11:21:44 -04:00
parent fd42949170
commit 62dcf1abf6
5 changed files with 39 additions and 10 deletions

View File

@ -19,4 +19,5 @@ var (
Minor bool
NoDomainChecks bool
Patch bool
ShowUnchanged bool
)