Skip to content

Commit

Permalink
chore: updating subsequent numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Nov 8, 2024
1 parent 7c943dc commit 7edee98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/package-migration-process-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ This document outlines the process for migrating a MetaMask library into the cor

### 2. Add the source repo to the ZenHub workspace repo filter so that its issues/PRs show up on the board

### **[PR#2]** 4. Align dependency versions and TypeScript, ESLint, Prettier configurations with the core monorepo
### **[PR#2]** 2. Align dependency versions and TypeScript, ESLint, Prettier configurations with the core monorepo

- If the dependency versions of the migration target are ahead of core, consider updating the core dependencies first.
- Apply the configurations of the core monorepo to the source repo files.
- Preserve any TypeScript compiler flags that are enabled in the source repo but not in core.
- Resolve any errors or issues resulting from these changes.
- [Example PR](https://github.com/MetaMask/eth-json-rpc-provider/pull/28)

### **[PR#3]** 5. Review the `metamask-module-template`, and add any missing files or elements (e.g. LICENSE)
### **[PR#3]** 3. Review the `metamask-module-template`, and add any missing files or elements (e.g. LICENSE)

- [Example PR](https://github.com/MetaMask/eth-json-rpc-provider/pull/24)

### **[PR#4]** 6. Rename the migration target package so that it is prepended by the `@metamask/` namespace (skip if not applicable)
### **[PR#4]** 4. Rename the migration target package so that it is prepended by the `@metamask/` namespace (skip if not applicable)

- Modify the "name" field in `package.json`.
- Update the title of the README.md.
- Add a CHANGELOG entry for the rename.

### **[PR#5]** 7. Create a new release of the migration target from the source repo
### **[PR#5]** 5. Create a new release of the migration target from the source repo

- All subsequent releases of the migration target will be made from the core monorepo.
- [Example PR](https://github.com/MetaMask/eth-json-rpc-provider/pull/29)
Expand Down

0 comments on commit 7edee98

Please sign in to comment.