Skip to content

Commit f03eaea

Browse files
chore: add prerelease type and versioning to config
1 parent a65c22d commit f03eaea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"release-type": "java-yoshi-mono-repo",
3+
"prerelease-type": "rc1",
4+
"versioning": "prerelease",
35
"separate-pull-requests": false,
46
"include-component-in-tag": false,
57
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
@@ -18,4 +20,4 @@
1820
}
1921
},
2022
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
21-
}
23+
}

0 commit comments

Comments
 (0)