File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 33 "group-pull-request-title-pattern" : " chore: release {{version}} (multi-module)" ,
44 "packages" : {
55 "taco/cmd/taco" : {
6- "release-type" : " go-yoshi" ,
7- "component" : " taco-cli"
6+ "release-type" : " go" ,
7+ "component" : " taco-cli" ,
8+ "changelog-path" : " CHANGELOG.md"
89 },
910 "taco/cmd/statesman" : {
10- "release-type" : " go-yoshi" ,
11- "component" : " taco-statesman"
11+ "release-type" : " go" ,
12+ "component" : " taco-statesman" ,
13+ "changelog-path" : " CHANGELOG.md"
1214 }
1315 }
1416}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package main
55// Version: 0.1.0
66// Ready for initial release
77// Bootstrap SHA configured for Release-Please
8- // Using go-yoshi release type for better Go module handling
8+ // Using standard go release type with CHANGELOG.md
99
1010import (
1111 "context"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package main
55// Version: 0.1.0
66// Ready for initial release
77// Bootstrap SHA configured for Release-Please
8- // Using go-yoshi release type for better Go module handling
8+ // Using standard go release type with CHANGELOG.md
99
1010import (
1111 "fmt"
You can’t perform that action at this time.
0 commit comments