Skip to content

Commit aaac5e9

Browse files
sethjuarezCopilot
andcommitted
ci: configure release-please with last-release-sha and prerelease mode
release-please was finding 'No user facing commits' because it had no baseline to scan from. Set last-release-sha to the commit before the first TypeScript workspace packages were created. Also enable prerelease mode for alpha versioning. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0f8ee2c commit aaac5e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/typescript/.release-please-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"last-release-sha": "a415c53f0c6f6b1badf3bf7fa002a1396469eeea",
4+
"prerelease": true,
35
"packages": {
46
"packages/core": {
57
"release-type": "node",

0 commit comments

Comments
 (0)