now we are using 1.27.2,and just want to upgrade to 1.27.7 for some bugs. but I found if i reinstall the dependencies, it will upgrade to the latest version 1.29.2. because in package.json the versions of all packages
is like^1.1.1 instead of ~1.1.1
V1.29 has so many new features and we did many changes to our current internal backstage. we need much time to regression test if we upgrade to 1.29
#how to upgrade from 1.27.2 to 1.27.7 instead of the latest version
5 messages · Page 1 of 1 (latest)
--release exists
yarn backstage-cli versions:bump --release 1.27.7
There is some info here
https://backstage.io/docs/getting-started/keeping-backstage-updated/#updating-backstage-versions-with-backstage-cli
thanks, I know use this command can get the dependencies for 1.27.7 but the versions will be marked as like ^1.1.1。 when I run yarn install。it will install the latest version of all packages. for now it will upgrade to 1.29.2 actually