Skip to content

Commit fccb07f

Browse files
committed
add comments
1 parent f1bd5aa commit fccb07f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/tailor/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ import (
1111
"github.com/opendevstack/tailor/pkg/commands"
1212
)
1313

14+
// Version will be set during build time using ldflags to the current version from git tags (already prepared in the Makefile).
15+
// For example: make build VERSION=1.0.0
16+
// If the version cannot be determined (e.g. when building from source manually and no version is specified), it will default to "dev".
1417
var Version = "dev"
1518

1619
var (

0 commit comments

Comments
 (0)