Add step to release checklist

This commit is contained in:
Per Liedman
2017-08-10 14:34:01 +02:00
committed by GitHub
parent b9c066af4c
commit f1c37ac9a6

View File

@ -21,7 +21,8 @@ Documentation for the release process of Leaflet.
* Checkout the release tag (`git checkout vX.Y.Z`)
* Run `npm run integrity` or simply `node ./build/integrity.js` if you're not on Debian
* Copy the hashes and update `integrity_hash_css`, `integrity_hash_source` and `integrity_hash_uglified` in `docs/_config.yml`; commit changes to the release branch
11. Update `latest_leaflet_version` in `docs/_config.yml` and commit to the release branch
12. Update the "Latest news" section in `docs/index.html` and commit to the release branch
13. If it looks like everything is good at this point, merge the release branch into `master`
14. Make a new release on [Leaflet's GitHub release page](https://github.com/Leaflet/Leaflet/releases/) with the most important parts of the changelog
11. Update link to latest release in `docs/download.html`, and commit to the release branch
12. Update `latest_leaflet_version` in `docs/_config.yml` and commit to the release branch
13. Update the "Latest news" section in `docs/index.html` and commit to the release branch
14. If it looks like everything is good at this point, merge the release branch into `master`
15. Make a new release on [Leaflet's GitHub release page](https://github.com/Leaflet/Leaflet/releases/) with the most important parts of the changelog