Updated Release Process (markdown)

Tim van der Meij 2018-10-27 16:44:45 +02:00
parent 7857c402eb
commit 32052d3a79

@ -17,7 +17,7 @@ Update the `pdfjs.config` file:
1. Call the release and tag `v{version}` and insert the version from the name of the ZIP file. 1. Call the release and tag `v{version}` and insert the version from the name of the ZIP file.
1. Attach the ZIP file from the step above and include release notes 1. Attach the ZIP file from the step above and include release notes
1. Clone https://github.com/brendandahl/pdf.js.utils 1. Clone https://github.com/brendandahl/pdf.js.utils
2. Run `release.py` 2. Run `python2 release.py {last_pr_number}`, where `{last_pr_number}` is the last PR number (without hash) in the release notes of the existing release
1. Label the existing release as stable 1. Label the existing release as stable
1. Label the new release as pre-release 1. Label the new release as pre-release
1. Update `pdfjs.config` to bump both the stable and beta version numbers 1. Update `pdfjs.config` to bump both the stable and beta version numbers