Commit only versioned files
This commit is contained in:
@@ -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, если требуется
|
||||
|
||||
Reference in New Issue
Block a user