-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pin release-please version (#388)
- fix: pin release-please version There is a tradeoff with our usage of release-please. We are using some `release-please` classes that we import directly from files like `const { ManifestPlugin } = require('release-please/build/src/plugin.js')`. Due to how load bearing our release process is for us, I think it is best to always pin to an exact version and use dependabot PRs to review all `release-please` changes. - chore: update release please mocks and snapshots This PR also updates mocks and snapshots. I was not expecting this to need to be updated but they failed in #385. It's possible that the mock recording or the usage of these mocks inside release-please is non-deterministic. I will keep an eye on these tests and refactor in the future if they turn out to be flaky.
- Loading branch information
1 parent
4fad5d8
commit fbe355c
Showing
9 changed files
with
328 additions
and
469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
400 changes: 129 additions & 271 deletions
400
tap-snapshots/test/release/release-please-cases-fix-all.js.test.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.