Skip to content

Commit efc3281

Browse files
committed
README.md: Updated branches in examples
Signed-off-by: Yuriy Kolerov <ykolerov@synopsys.com>
1 parent f5b3934 commit efc3281

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Markdown-based generator.
55

66
`main` branch contains the latest documentation updates. After the release a
77
separate branch must be created for it. Thus, `main` always contains the latest
8-
updates and a release branch (for example, `2023.09`) contains only a cutoff for
8+
updates and a release branch (for example, `2024.12`) contains only a cutoff for
99
a particular release.
1010

1111
## Prepare Build Environment
@@ -36,27 +36,29 @@ Use `mike deploy` command to build and commit the documentation from the
3636
current branch to `gh-pages` branch:
3737

3838
```shell
39-
mike deploy 2023.09
39+
mike deploy 2024.12
4040
```
4141

4242
If you are ready to push it to the remote repository, then also use `--push`
4343
command:
4444

4545
```shell
46-
mike deploy --push 2023.09
46+
mike deploy --push 2024.12
4747
```
4848

4949
List all deployed documentation versions:
5050

5151
```shell
5252
$ mike list
53+
2024.12
54+
2024.06
5355
2023.09 [latest]
5456
```
5557

5658
Set the default version:
5759

5860
```shell
59-
mike set-default 2023.09
61+
mike set-default 2024.12
6062
```
6163

6264
## Useful Resources

0 commit comments

Comments
 (0)