Skip to content

Commit

Permalink
Add a note to release docs to ensure green CI (Leaflet#8668)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Bischof <[email protected]>
  • Loading branch information
mourner and Falke-Design authored Nov 18, 2022
1 parent 5d355e1 commit 571a72a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <patch | minor | major>` (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.
Expand Down

0 comments on commit 571a72a

Please sign in to comment.