File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 44 hooks :
55 # You may remove this if you don't use go modules.
66 - go mod tidy
7- - go generate ./pkg/version
87builds :
98 - id : default
109 env :
@@ -49,7 +48,7 @@ release:
4948 owner : KusionStack
5049 name : kusion
5150 draft : false
52- footer : |
51+ header : |
5352 ## Docker Images
5453 * `kusionstack/kusion:{{ .Env.KUSION_VERSION }}`
5554
Original file line number Diff line number Diff line change 1+ // Auto generated by 'go run gen.go', DO NOT EDIT.
2+
3+ package version
4+
5+ func init () {
6+ info = & Info {
7+ ReleaseVersion : "v0.7.3" ,
8+ GitInfo : & GitInfo {
9+ LatestTag : "v0.7.3" ,
10+ Commit : "785fcd04b306741497f2c0fe7a18db3f1b46ac2d" ,
11+ TreeState : "clean" ,
12+ },
13+ BuildInfo : & BuildInfo {
14+ GoVersion : "go1.19.3" ,
15+ GOOS : "darwin" ,
16+ GOARCH : "amd64" ,
17+ NumCPU : 12 ,
18+ Compiler : "gc" ,
19+ BuildTime : "2023-01-09 11:33:24" ,
20+ },
21+ Dependency : & DependencyVersion {
22+ KclvmgoVersion : "v0.4.4-beta.2" ,
23+ KclPluginVersion : "v0.4.1-alpha2" ,
24+ },
25+ }
26+ }
You can’t perform that action at this time.
0 commit comments