Skip to content

Commit 6a7bb22

Browse files
authored
repo sync
2 parents a6e18aa + 4aed5f1 commit 6a7bb22

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

content/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ versions:
7171
enterprise-server: '*'
7272
```
7373
74+
You can also version a page for a range of releases. This would version the page for GitHub Enterprise Server 2.22 and 3.0 only:
75+
76+
```yml
77+
versions:
78+
free-pro-team: '*'
79+
enterprise-server: '>=2.22 <3.1'
80+
```
81+
7482
### `redirect_from`
7583

7684
- Purpose: List URLs that should redirect to this page.

0 commit comments

Comments
 (0)