Skip to content

Commit d59a49f

Browse files
authored
Merge pull request #2155 from diggerhq/chore/breardon2011/release-adjustment
feat: remove go-yoshi, path to change log
2 parents 8764721 + ab6ff31 commit d59a49f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/release-please-config.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
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
}

taco/cmd/statesman/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
import (
1111
"context"

taco/cmd/taco/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
import (
1111
"fmt"

0 commit comments

Comments
 (0)