chore: only bump create-app on main release branch
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user