Skip to content

Commit 6138de8

Browse files
committed
Updates CONTRIBUTING doc
1 parent f9a281d commit 6138de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ git clone https://github.com/gitkraken/vscode-gitlens.git
1919
Prerequisites
2020

2121
- [Git](https://git-scm.com/), `>= 2.7.2`
22-
- [NodeJS](https://nodejs.org/), `>= 16.14.2`
23-
- [yarn](https://yarnpkg.com/), `>= 1.22.19`
22+
- [NodeJS](https://nodejs.org/), `>= 20`
23+
- [yarn](https://yarnpkg.com/), `>= 1.22.22`
2424

2525
### Dependencies
2626

@@ -224,7 +224,7 @@ Note: All patch releases for the same `{major}.{minor}` version use the same `re
224224

225225
### Pre-releases
226226

227-
The [Publish Pre-release workflow](.github/workflows/cd-pre.yml) is automatically run every AM unless no new changes have been committed to `main`.
227+
The [Publish Pre-release workflow](.github/workflows/cd-pre.yml) is automatically run every AM unless no new changes have been committed to `main`. This workflow can also be manually triggered by running the `Publish Pre-release` workflow from the Actions tab, no more than once per hour (because of the versioning scheme).
228228

229229
### Insiders (deprecated use pre-release instead)
230230

0 commit comments

Comments
 (0)