Commit only versioned files

This commit is contained in:
2025-09-16 15:35:47 +03:00
parent 8b30e53a69
commit 04298cad4e
2 changed files with 76 additions and 17 deletions

View File

@@ -162,7 +162,7 @@ func resolveFlag(positive, negative *bool, defaultValue bool) bool {
// Версия приложения
const (
AppName = "BumpVersion"
AppVersion = "0.1.2"
AppVersion = "0.1.3"
)
func main() {
@@ -220,7 +220,7 @@ func main() {
// Выполняем git commit и tag, если требуется
if shouldCommit {
gitCommit(bc, newVersion)
gitCommit(bc, newVersion, cfg_name)
}
// Выполняем git commit и tag, если требуется