chore: only bump create-app on main release branch

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-07-08 13:51:52 +02:00
parent 1bf1ef7e5a
commit c456746f25
+1 -1
View File
@@ -394,10 +394,10 @@ async function main() {
if (isMainBranch) {
console.log('Main release, updating package versions');
await updatePackageVersions(repo);
await ensureCreateAppChangeset();
}
await updateBackstageReleaseVersion(repo, isMainBranch ? 'minor' : 'patch');
await ensureCreateAppChangeset();
}
main().catch(error => {