You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the create-release-branch version in the core monorepo, and update the core monorepo contributor documentation to include updated workflow changes and recommendations related to recent changes to that tool.
For example:
Encourage contributors to minimize the number of packages in each release, where it's safe to do so
Explain how to deal with common errors
Update the docs to explain the updated workflow for updating the release changelog
The text was updated successfully, but these errors were encountered:
## Explanation
This PR updates the release process to take in considerations recent
changes on create-release-branch.
- Compel users to release packages with breaking changes alongside their
dependents [MetaMask/create-release-branch#101]
- Compel users to release new versions of dependencies alongside their
dependents [MetaMask/create-release-branch#102]
- Reorder workflow to update changelogs first
[MetaMask/create-release-branch#109]
## References
- Closes#1741
## Changelog
N/A
## Checklist
- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
Update the
create-release-branch
version in the core monorepo, and update the core monorepo contributor documentation to include updated workflow changes and recommendations related to recent changes to that tool.For example:
The text was updated successfully, but these errors were encountered: