Skip to content

Commit e42cccb

Browse files
fix: set bootstrap sha and release version (#1758)
Signed-off-by: matttrach <[email protected]> Co-authored-by: Matt Trachier <[email protected]>
1 parent 04e9bd7 commit e42cccb

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

aspell_custom.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ rancher
1919
rc
2020
rke
2121
rke2
22+
sha
2223
terraform
2324
variablize
2425
IPv

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release-please-config.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
2+
"bootstrap-sha": "ab77bd4030512387b04480079c38aa54f8590eb9",
3+
"release-as": "v13.0.0",
4+
"always-update": true,
5+
"commit-search-depth": 100,
6+
"prerelease": true,
7+
"include-v-in-tag": true,
8+
"include-component-in-tag": false,
29
"packages": {
310
".": {
4-
"release-type": "go",
5-
"prerelease": true,
6-
"include-v-in-tag": true,
7-
"include-component-in-tag": false,
8-
"always-update": true,
9-
"initial-version": "v13.0.0"
11+
"release-type": "go"
1012
}
1113
},
1214
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)