Skip to content

Commit

Permalink
changesets: added changesets for CLI versions:bump improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
  • Loading branch information
Rugvip committed Feb 11, 2022
1 parent 46cedf1 commit 2286248
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-crabs-smash.md
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---

The `versions:bump` command now filters out `npm_` environment configuration when running `yarn install`. This has the effect of allowing it to consider local configuration files within the repository, which is the behavior that one would expect.
5 changes: 5 additions & 0 deletions .changeset/little-ravens-kick.md
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---

The `versions:bump` command now also considers the root `package.json` when searching for updates. It has also received updates to its output, including a link the [Backstage upgrade helper](https://backstage.github.io/upgrade-helper) and silenced `yarn install` output.

0 comments on commit 2286248

Please sign in to comment.