Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.58 KB

RELEASE.md

File metadata and controls

22 lines (19 loc) · 1.58 KB

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