Updated Release Process (markdown)
parent
286196de9a
commit
bd061aa8f6
@ -1,12 +1,12 @@
|
|||||||
1. Make sure there are no [release blockers](https://github.com/mozilla/pdf.js/issues?q=is%3Aopen+label%3Arelease-blocker) before continuing.
|
1. Make sure there are no [release blockers](https://github.com/mozilla/pdf.js/issues?q=is%3Aopen+label%3Arelease-blocker) before continuing.
|
||||||
1. Create the release artifacts:
|
1. Create the release artifacts:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git fetch mozilla
|
$ git fetch mozilla
|
||||||
$ git checkout mozilla/master
|
$ git checkout mozilla/master
|
||||||
$ npm install
|
$ npm install
|
||||||
$ npx gulp publish
|
$ npx gulp publish
|
||||||
```
|
```
|
||||||
1. Create the release on GitHub:
|
1. Create the release on GitHub:
|
||||||
1. Go to https://github.com/mozilla/pdf.js/releases/new.
|
1. Go to https://github.com/mozilla/pdf.js/releases/new.
|
||||||
1. Name the release and tag `v{version}`, with the version from the name of the ZIP file.
|
1. Name the release and tag `v{version}`, with the version from the name of the ZIP file.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user