Skip to content

Commit

Permalink
Ensure version numbers are bumped for benchmark and local-linker.
Browse files Browse the repository at this point in the history
Due to this repos somewhat odd setup (we publish from within
`dist/@glimmer/<PACKAGE_NAME>` instead of the location actually
referenced by the `workspaces` configuration in `package.json`) we have
to maintain the list of `package.json`s to update as special
`release-it-yarn-workspaces` configuration (normally it would just infer
everything from `workspaces` setting).
  • Loading branch information
rwjblue committed Sep 2, 2020
1 parent a716e5c commit 19b23f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,14 @@
],
"additionalManifests": {
"dependencyUpdates": [
"benchmark/package.json",
"lib/local-linker/package.json",
"packages/*/*/package.json"
],
"versionUpdates": [
"package.json",
"benchmark/package.json",
"lib/local-linker/package.json",
"packages/*/*/package.json"
]
}
Expand Down

0 comments on commit 19b23f3

Please sign in to comment.