We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6e18aa + 4aed5f1 commit 6a7bb22Copy full SHA for 6a7bb22
1 file changed
content/README.md
@@ -71,6 +71,14 @@ versions:
71
enterprise-server: '*'
72
```
73
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
82
### `redirect_from`
83
84
- Purpose: List URLs that should redirect to this page.
0 commit comments