feat: Working on configuration client

This commit is contained in:
2024-12-23 11:57:48 -05:00
parent d716348088
commit c07a0ef13b
7 changed files with 339 additions and 41 deletions

15
.bump-version.toml Normal file
View File

@@ -0,0 +1,15 @@
[strategy.semvar]
requireExistingFile = true
requireExistingSemVar = true
[strategy.semvar.preRelease]
prefix = 'rc'
style = 'custom'
usesGitTag = false
[strategy.semvar.preRelease.branch]
includeCommitSha = true
[target.module]
fileName = 'Version.swift'
name = 'cli-version'