Skip to content

Commit 697eca5

Browse files
authored
Adds release/3.0.0-beta2 to docs (#5714)
# Description Adds new release/3.0.0-beta2 to the docs for the QA cycle. This will be the new release branch as we prepare for the Isaac Lab 3.0.0 Beta 2 release. ## Type of change - Documentation update ## Checklist - [x] I have read and understood the [contribution guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html) - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
1 parent adb5815 commit 697eca5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ jobs:
9696
# "deploy" branches build the full set of versions so every page
9797
# has a complete version dropdown: main, develop, tags >= v2.0.0
9898
# (including pre-release suffixes like -beta or -rc1). v1.x tags and
99-
# release/ branches are excluded.
100-
SMV_BRANCH_WHITELIST: '^(main|develop)$'
99+
# most release/ branches are excluded; release/3.0.0-beta2 is included
100+
# explicitly to surface it in the version switcher.
101+
SMV_BRANCH_WHITELIST: '^(main|develop|release/3\.0\.0-beta2)$'
101102
SMV_TAG_WHITELIST: '^v[2-9]\d*\.\d+\.\d+(-[A-Za-z0-9.]+)?$'
102103
run: |
103104
git fetch --prune --unshallow --tags

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ dependency versions for Isaac Sim.
7878
| ----------------------------- | ------------------------- |
7979
| `develop` branch | Isaac Sim 6.0 |
8080
| `main` branch | Isaac Sim 4.5 / 5.0 / 5.1 |
81+
| `v3.0.0*` | Isaac Sim 6.0 |
8182
| `v2.3.X` | Isaac Sim 4.5 / 5.0 / 5.1 |
8283
| `v2.2.X` | Isaac Sim 4.5 / 5.0 |
8384
| `v2.1.X` | Isaac Sim 4.5 |

0 commit comments

Comments
 (0)