Skip to content

Commit

Permalink
chore: add release-please alpha config.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Aug 29, 2023
1 parent 4741775 commit f871209
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@
"bump-minor-pre-major": true
},
"packages/sdk/server-node": {},
"packages/sdk/cloudflare": {},
"packages/sdk/cloudflare": {
"bump-minor-pre-major": true,
"release-as": "2.2.0-alpha"
},
"packages/sdk/vercel": {
"extra-files": ["src/createPlatformInfo.ts"]
"extra-files": ["src/createPlatformInfo.ts"],
"bump-minor-pre-major": true,
"release-as": "1.2.0-alpha"
},
"packages/sdk/akamai-base": {
"extra-files": ["src/index.ts"]
Expand Down

0 comments on commit f871209

Please sign in to comment.