feat: Removes some old todo comments.
All checks were successful
CI / Ubuntu (push) Successful in 2m21s
Release / release (push) Successful in 11s

This commit is contained in:
2024-12-26 14:04:37 -05:00
parent 2650bdc670
commit 47bad744d5
2 changed files with 2 additions and 1 deletions

View File

@@ -154,7 +154,6 @@ extension CliClient.SharedOptions {
let bumped = semvar.bump(type)
let version = bumped.versionString(withPreReleaseTag: allowPreReleaseTag)
// TODO: This doesn't work as expected w/o checking what the loaded semvar in the file is / was.
guard bumped != semvar || hasChanges else {
logger.debug("No change, skipping.")
return