Skip to content

Commit 358878a

Browse files
committed
fix formatting
1 parent 183f8a6 commit 358878a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/processes/snap-migration-process-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ Cut and publish a final release of the package from the original repository. All
4949
3. `cd snap-tron-wallet`.
5050
4. Rewrite history so the snap package lives at the staging path:
5151
This both isolates the snap package (drops the `packages/site/` test-dapp and any other top-level files) and moves it into the staging directory in a single rewrite. If the source repo is **not** itself a monorepo (i.e. the snap lives at the repo root), use `-path-rename :merged-packages/<name>-snap/` instead.
52-
```bash
53-
git filter-repo \\
54-
--path packages/snap/ \\
55-
--path-rename packages/snap/:merged-packages/tron-wallet-snap/
56-
```
52+
`bash
53+
git filter-repo \\
54+
--path packages/snap/ \\
55+
--path-rename packages/snap/:merged-packages/tron-wallet-snap/
56+
`
5757
5. `cd` into your local checkout of `internal-snaps`.
5858
6. Add the rewritten repo as a remote: `git remote add tron-wallet-snap /tmp/snap-tron-wallet`.
5959
7. Fetch history without tags: `git fetch tron-wallet-snap --no-tags`.

0 commit comments

Comments
 (0)