Skip to content

Commit ed24bb2

Browse files
committed
docs(migration): Fix heading levels
why: myst header lints flagged non-consecutive levels (H2->H4). what: - promote fixture and commands subsections to H3
1 parent 364ee21 commit ed24bb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MIGRATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ _Notes on the upcoming release will be added here_
2424

2525
<!-- Maintainers, insert migration notes for the next release here -->
2626

27-
#### pytest fixtures: `git_local_clone` renamed to `example_git_repo` (#468)
27+
### pytest fixtures: `git_local_clone` renamed to `example_git_repo` (#468)
2828

2929
- pytest: `git_local_clone` renamed to `example_git_repo`
3030

31-
#### Commands: Listing method renamed (#466)
31+
### Commands: Listing method renamed (#466)
3232

3333
- `libvcs.cmd.git.GitCmd._list()` -> `libvcs.cmd.git.Git.ls()`
3434
- `libvcs.cmd.svn.Svn._list()` -> `libvcs.cmd.svn.Svn.ls()`

0 commit comments

Comments
 (0)