Skip to content

Commit

Permalink
changesets: added changeset for CLI package role tweaks and test comm…
Browse files Browse the repository at this point in the history
…and change

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
  • Loading branch information
Rugvip committed Feb 14, 2022
1 parent 6a52a93 commit 7410e12
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/polite-bulldogs-repeat.md
@@ -0,0 +1,11 @@
---
'@backstage/cli': patch
---

Several changes were made to the new experimental package roles system. Unless you have been experimenting with using this new system, these changes have no affect on your project.

Renamed the `backstage-cli migrate package-role` command to `backstage-cli migrate package-roles`.

Updated the package role definitions by renaming `plugin-frontend` to `frontend-plugin`, as well as the same reshuffle to `frontend-plugin-module`, `backend-plugin`, and `backend-plugin-module`.

The `backstage-cli migrate package-scripts` received several tweaks to make it more accurate. It now tries to maintain existing script arguments, like `--config` parameters for `build` and `start` scripts.
5 changes: 5 additions & 0 deletions .changeset/tender-meals-move.md
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---

The `test` command now automatically adds `--passWithNoTests` to the Jest invocation. To revert this behavior, pass `--passWithNoTests=false` or `--no-passWithNoTests`.

0 comments on commit 7410e12

Please sign in to comment.