diff options
Diffstat (limited to 'MAINTAIN.md')
-rw-r--r-- | MAINTAIN.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAIN.md b/MAINTAIN.md index 2b390270a9..927ddea5a1 100644 --- a/MAINTAIN.md +++ b/MAINTAIN.md @@ -52,7 +52,7 @@ has a major bug: 3. Cut a release from `release-x.y`. - Run `./scripts/release.sh` - Update (force-push) the remote `stable` tag. - - The [nightly job](https://github.com/neovim/bot-ci/blob/master/ci/nightly.sh) + - The [nightly job](https://github.com/neovim/neovim/blob/master/.github/workflows/release.yml#L4) will update the release assets based on the `stable` tag. The neovim repository includes a backport [github action](https://github.com/zeebe-io/backport-action). |