From 99a4b0b64e843cac6e50febd1505ce4ccbb32d80 Mon Sep 17 00:00:00 2001 From: Samuel El-Borai Date: Wed, 6 Sep 2023 17:29:37 +0200 Subject: [PATCH] Fix test snapshots --- __snapshots__/manifest.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/__snapshots__/manifest.js b/__snapshots__/manifest.js index 41235aca2..02730a917 100644 --- a/__snapshots__/manifest.js +++ b/__snapshots__/manifest.js @@ -225,3 +225,7 @@ exports['Manifest buildPullRequests should warn end user via PR comment if versi To set a custom version be sure to use the [semantic versioning format](https://devhints.io/semver), e.g \`1.2.3\`. ` + +exports['Manifest createReleases should throw when release branch is missing and changes-branch not in synced with target-branch 1'] = ` +Branch 'next' cannot be safely re-aligned with 'main', and will likely result in git conflicts when the next release PR is created. Hint: compare branches 'release-please--branches--main--changes--next', 'next', and 'main' for inconsistencies +`