Skip to content

Commit dfe39d2

Browse files
committed
Update generated docs for 3.12.0
1 parent 09e7bfe commit dfe39d2

File tree

2 files changed

+499
-8
lines changed

2 files changed

+499
-8
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,19 @@ To install the latest version, use:
1414
gh extension install github.com/github/gh-es
1515
```
1616

17-
Please make sure to install the correct version of the CLI extension which matches the release version (e.g. `3.11`) of your GHES installation, by pinning to the latest patch for the corresponding release series:
17+
Please make sure to install the correct version of the CLI extension which matches the release version (e.g. `3.12.0`) of your GHES installation, by pinning to the latest patch for the corresponding release series:
1818

1919
```bash
20-
gh extension install github.com/github/gh-es --pin v3.11.0
20+
gh extension install github.com/github/gh-es --pin v3.12.0
2121
```
2222

23+
## Supported versions
24+
25+
The following versions of GHES are supported by this CLI. Please refer to the [USAGE](./USAGE.md) for more information on how to use the CLI commands of each release.
26+
27+
* [3.11](https://github.com/github/gh-es/blob/3.11/README.md)
28+
* [3.12](https://github.com/github/gh-es/blob/main/README.md)
29+
2330
## Usage
2431

2532
For more information on how to use the CLI and its commands, please see the [USAGE](./USAGE.md) documentation.

0 commit comments

Comments
 (0)