Merge pull request #8647 from zgriesinger/add-prefix-glob-to-version-bump

CLI: Add --prefix option to version:bump command
This commit is contained in:
Fredrik Adelöw
2022-01-04 10:33:53 +01:00
committed by GitHub
10 changed files with 195 additions and 14 deletions
@@ -22,6 +22,13 @@ yarn backstage-cli versions:bump
The reason for bumping all `@backstage` packages at once is to maintain the
dependencies that they have between each other.
If you are using other plugins you can pass in the `--pattern` option to update
more than just the `@backstage/*` dependencies.
```bash
yarn backstage-cli versions:bump --pattern '@{backstage,roadiehq}/*'
```
## Following create-app template changes
The `@backstage/create-app` command creates the initial structure of your