Files
leaflet/RELEASE.md
Robert Linder ae938e8e3d Add check for blocker issues/PRs in RELEASE.md (#8019)
* Add check for blocker issues/PRs

* Update blocker check: reword and render the label
2022-03-05 21:59:27 +02:00

1.6 KiB

Releasing a new version of Leaflet

Updating docs after the release

  • Make a new branch for the update
  • Write a blog post about the new release and put it in /docs/_posts
  • If necessary to preserve previous version's docs, rename dist/reference.html to dist/reference-X.Y.Z.html and add it to the list in docs/reference-versions.html
  • Run npm run docs to generate the new docs/reference.html
  • Run npm run integrity and make sure docs/_config.yml is updated with new hashes
  • Update link to latest release in docs/download.md
  • Update the announcement section in docs/index.html
  • Commit all the changes and submit a PR for someone to review