Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix profile-sync-controller version #4273

Merged
merged 1 commit into from
May 9, 2024

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented May 9, 2024

Explanation

The version of the @metamask/profile-sync-controller package has been updated to 0.0.0, which is what our publishing automation expects of all unpublished public packages.

The current version is 0.1.0, which caused problems for our most recent release, requiring a rollback. It broke publishing because our publishing scripts tried to find version 0.1.0 in the package changelog but were unable to.

This should have been caught by our linter, but it wasn't due to a deficiency in the @metamask/auto-changelog validation command (it doesn't validate that the current release exists). This problem has been documented here: MetaMask/auto-changelog#192

References

Unblocks #4272

Changelog

N/A

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've highlighted breaking changes using the "BREAKING" category above as appropriate

The version of the `@metamask/profile-sync-controller` package has been
updated to `0.0.0`, which is what our publishing automation expects of
all unpublished public packages.

The current version is `0.1.0`, which caused problems for our most
recent release, requiring a rollback. It broke publishing because our
publishing scripts tried to find version `0.1.0` in the package
changelog but were unable to.

This should have been caught by our linter, but it wasn't due to a
deficiency in the `@metamask/auto-changelog` validation command (it
doesn't validate that the current release exists). This problem has
been documented here: MetaMask/auto-changelog#192
@Gudahtt Gudahtt requested a review from a team as a code owner May 9, 2024 13:16
@Gudahtt Gudahtt merged commit c36d76f into main May 9, 2024
143 checks passed
@Gudahtt Gudahtt deleted the update-profile-sync-controller-version branch May 9, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants