Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add update version section #30

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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