Skip to content

Commit 33ede0a

Browse files
committed
Revert "docs: fix identifier for latest stable release (#115)"
This reverts commit 390061a. The `parseVersionRange` function in `src/version.ts` now accepts: - "latest" - "stable" This is to match the `deno upgrade` channel name, and allow the `latest` value that was working in this action.
1 parent ca82240 commit 33ede0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ one of the following:
1717

1818
| Channel | Description |
1919
| -------- | -------------------------------- |
20-
| `latest` | Latest Stable release version |
20+
| `stable` | Latest Stable release version |
2121
| `lts` | Latest Long-Term-Support version |
2222
| `rc` | Latest Release-Candidate version |
2323
| `canary` | Latest Canary release version |

0 commit comments

Comments
 (0)