Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/package-migration-process-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ This document outlines the process for migrating a MetaMask library into the met

- Use the script to ensure that the tags have the correct package name prefixes.

2. Create a fork of the metamask module template for testing, and push the ported tags to the test fork.
2. Create a fork of the metamask design system for testing, and push the ported tags to the test fork.

@georgewrmarshall georgewrmarshall Nov 13, 2024

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes in migration docs


- **Do not run the script against `MetaMask/metamask-design-system` before testing it on a fork.**

Expand All @@ -95,9 +95,9 @@ This document outlines the process for migrating a MetaMask library into the met
- Note: The diff between any tag before migration and any tag after will always include the entire history of the monorepo. This is due to the nature of the process we use for git history migration, and is a WONTFIX issue.
- The correct diff can be derived using `git log --ancestry-path`, but GitHub compare links don't support --ancestry-path.

4. Push the ported tags to the metamask module template.
4. Push the ported tags to the metamask-design-system.

5. From the metamask module template, verify that the tag diff links in CHANGELOG are working.
5. From the metamask-design-system, verify that the tag diff links in CHANGELOG are working.

6. Manually create tags for release commits that were never tagged in the original repo.

Expand Down
76 changes: 39 additions & 37 deletions merged-packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,40 +308,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/design-tokens/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/MetaMask/design-tokens/compare/v4.0.0...v4.1.0
[4.0.0]: https://github.com/MetaMask/design-tokens/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/MetaMask/design-tokens/compare/v2.1.1...v3.0.0
[2.1.1]: https://github.com/MetaMask/design-tokens/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/MetaMask/design-tokens/compare/v2.0.3...v2.1.0
[2.0.3]: https://github.com/MetaMask/design-tokens/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/MetaMask/design-tokens/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/MetaMask/design-tokens/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/MetaMask/design-tokens/compare/v1.13.0...v2.0.0
[1.13.0]: https://github.com/MetaMask/design-tokens/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/MetaMask/design-tokens/compare/v1.11.1...v1.12.0
[1.11.1]: https://github.com/MetaMask/design-tokens/compare/v1.11.0...v1.11.1
[1.11.0]: https://github.com/MetaMask/design-tokens/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/MetaMask/design-tokens/compare/v1.9.1...v1.10.0
[1.9.1]: https://github.com/MetaMask/design-tokens/compare/v1.9.0...v1.9.1
[1.9.0]: https://github.com/MetaMask/design-tokens/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/MetaMask/design-tokens/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/MetaMask/design-tokens/compare/v1.6.5...v1.7.0
[1.6.5]: https://github.com/MetaMask/design-tokens/compare/v1.6.4...v1.6.5
[1.6.4]: https://github.com/MetaMask/design-tokens/compare/v1.6.3...v1.6.4
[1.6.3]: https://github.com/MetaMask/design-tokens/compare/v1.6.2...v1.6.3
[1.6.2]: https://github.com/MetaMask/design-tokens/compare/v1.6.1...v1.6.2
[1.6.1]: https://github.com/MetaMask/design-tokens/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/MetaMask/design-tokens/compare/v1.5.1...v1.6.0
[1.5.1]: https://github.com/MetaMask/design-tokens/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/MetaMask/design-tokens/compare/v1.4.4...v1.5.0
[1.4.4]: https://github.com/MetaMask/design-tokens/compare/v1.4.3...v1.4.4
[1.4.3]: https://github.com/MetaMask/design-tokens/compare/v1.4.2...v1.4.3
[1.4.2]: https://github.com/MetaMask/design-tokens/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/MetaMask/design-tokens/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/MetaMask/design-tokens/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/MetaMask/design-tokens/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/MetaMask/design-tokens/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/MetaMask/design-tokens/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/MetaMask/design-tokens/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/MetaMask/design-tokens/releases/tag/v1.0.0
- Initial release.

[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@4.1.0...HEAD
[4.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@4.0.0...@metamask/design-tokens@4.1.0
[4.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@3.0.0...@metamask/design-tokens@4.0.0
[3.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@2.1.1...@metamask/design-tokens@3.0.0
[2.1.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@2.1.0...@metamask/design-tokens@2.1.1
[2.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@2.0.3...@metamask/design-tokens@2.1.0
[2.0.3]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@2.0.2...@metamask/design-tokens@2.0.3
[2.0.2]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@2.0.1...@metamask/design-tokens@2.0.2
[2.0.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@2.0.0...@metamask/design-tokens@2.0.1
[2.0.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.13.0...@metamask/design-tokens@2.0.0
[1.13.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.12.0...@metamask/design-tokens@1.13.0
[1.12.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.11.1...@metamask/design-tokens@1.12.0
[1.11.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.11.0...@metamask/design-tokens@1.11.1
[1.11.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.10.0...@metamask/design-tokens@1.11.0
[1.10.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.9.1...@metamask/design-tokens@1.10.0
[1.9.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.9.0...@metamask/design-tokens@1.9.1
[1.9.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.8.0...@metamask/design-tokens@1.9.0
[1.8.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.7.0...@metamask/design-tokens@1.8.0
[1.7.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.6.5...@metamask/design-tokens@1.7.0
[1.6.5]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.6.4...@metamask/design-tokens@1.6.5
[1.6.4]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.6.3...@metamask/design-tokens@1.6.4
[1.6.3]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.6.2...@metamask/design-tokens@1.6.3
[1.6.2]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.6.1...@metamask/design-tokens@1.6.2
[1.6.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.6.0...@metamask/design-tokens@1.6.1
[1.6.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.5.1...@metamask/design-tokens@1.6.0
[1.5.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.5.0...@metamask/design-tokens@1.5.1
[1.5.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.4.4...@metamask/design-tokens@1.5.0
[1.4.4]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.4.3...@metamask/design-tokens@1.4.4
[1.4.3]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.4.2...@metamask/design-tokens@1.4.3
[1.4.2]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.4.1...@metamask/design-tokens@1.4.2
[1.4.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.4.0...@metamask/design-tokens@1.4.1
[1.4.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.3.1...@metamask/design-tokens@1.4.0
[1.3.1]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.3.0...@metamask/design-tokens@1.3.1
[1.3.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.2.0...@metamask/design-tokens@1.3.0
[1.2.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.1.0...@metamask/design-tokens@1.2.0
[1.1.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-tokens@1.0.0...@metamask/design-tokens@1.1.0
[1.0.0]: https://github.com/MetaMask/metamask-design-system/releases/tag/@metamask/design-tokens@1.0.0