Skip to content

fix: Fix profile-sync-controller version#4273

Merged
Gudahtt merged 1 commit intomainfrom
update-profile-sync-controller-version
May 9, 2024
Merged

fix: Fix profile-sync-controller version#4273
Gudahtt merged 1 commit intomainfrom
update-profile-sync-controller-version

Conversation

@Gudahtt
Copy link
Copy Markdown
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 May 9, 2024 13:16
@Gudahtt Gudahtt merged commit c36d76f into main May 9, 2024
@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