feat: Removes some old todo comments.
This commit is contained in:
@@ -154,7 +154,6 @@ extension CliClient.SharedOptions {
|
|||||||
let bumped = semvar.bump(type)
|
let bumped = semvar.bump(type)
|
||||||
let version = bumped.versionString(withPreReleaseTag: allowPreReleaseTag)
|
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 {
|
guard bumped != semvar || hasChanges else {
|
||||||
logger.debug("No change, skipping.")
|
logger.debug("No change, skipping.")
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
import CustomDump
|
import CustomDump
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
|
// TODO: Add pre-release strategy that just bumps an integer.
|
||||||
|
|
||||||
/// Represents configuration that can be set via a file, generally in the root of the
|
/// Represents configuration that can be set via a file, generally in the root of the
|
||||||
/// project directory.
|
/// project directory.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user