Skip to content

Commit

Permalink
Add update version section
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Rolland <[email protected]>
  • Loading branch information
rollandf committed Mar 19, 2024
1 parent dc1d409 commit b8ac625
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ To check external links, run:
./repo.sh docs -b linkcheck
```

Note that some links with anchors are reported as broken though they are working correctly.
Note that some links with anchors are reported as broken though they are working correctly.

## Version update

In order to update the doc version, update components versions in `docs/common/vars.rst` and release version in `repo.toml` under `[repo_docs]`.
2 changes: 1 addition & 1 deletion repo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ enabled = true
docs_root = "docs"
project = "nvidia_network_operator"
name = "NVIDIA Network Operator"
version = "0.1.0"
version = "24.1.0"
copyright_start = 2024
social_media_set = []
social_media = []
Expand Down

0 comments on commit b8ac625

Please sign in to comment.