diff --git a/RELEASE.md b/RELEASE.md index 04a11a37a83..7087344417c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,6 +2,7 @@ - [ ] Ensure all https://github.com/Leaflet/Leaflet/labels/blocker issues and pull requests are resolved. - [ ] Update [the changelog](https://github.com/Leaflet/Leaflet/blob/main/CHANGELOG.md) since last release and commit. +- [ ] Make sure all tests pass on CI before proceeding. - [ ] Run `npm version ` (this will bump the version in `package.json` and create a new tag). - [ ] Run `git push --follow-tags` to push the commit created by NPM to Github (together with the tag). - [ ] Wait for the CI to complete and follow the logs to make sure it runs successfully.