Skip to content

Commit

Permalink
chore: reset release-please config (#987)
Browse files Browse the repository at this point in the history
setting next sdk-rtl version to 21.3.3 because package.json and all the
dependencies currently point to 21.3.2 but release-please missed it so
next time it runs it thinks it will be starting at 21.3.1 which is what
is recorded in the last release at f886733
  • Loading branch information
joeldodge79 authored Feb 15, 2022
1 parent 37eec3f commit 793ba2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": ["node-workspace"],
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"release-as": "22.0.0",
"packages": {
".": { "release-as": "" },
"packages/api-explorer": { "release-as": "" },
Expand All @@ -14,11 +13,11 @@
"packages/hackathon": { },
"packages/run-it": { "release-as": "" },
"packages/sdk": { },
"packages/sdk-codegen": { "release-as": "21.4.0" },
"packages/sdk-codegen": { "release-as": "" },
"packages/sdk-codegen-scripts": { "release-as": "" },
"packages/sdk-codegen-utils": { "release-as": "" },
"packages/sdk-node": { },
"packages/sdk-rtl": { "release-as": "" },
"packages/sdk-rtl": { "release-as": "21.3.3" },
"packages/wholly-sheet": { "release-as": "" },
"python": { "release-type": "python", "package-name": "looker_sdk" }
}
Expand Down

0 comments on commit 793ba2e

Please sign in to comment.