Skip to content

Commit

Permalink
Fix test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dgellow committed Sep 6, 2023
1 parent 499577b commit 99a4b0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions __snapshots__/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
`

0 comments on commit 99a4b0b

Please sign in to comment.