mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-21 23:26:12 +00:00
Add step to release checklist
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user