Skip to content

Commit ef0f0e0

Browse files
committed
Update README with new release procedure.
1 parent 8465076 commit ef0f0e0

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -103,25 +103,7 @@ sock.on('message', function(topic, message) {
103103

104104
## Release
105105

106-
After an `npm` release, go through the following to create the actual prebuilds:
107-
108-
### Shipping Linux binaries
109-
110-
```
111-
docker build -t zmqprebuilt .
112-
docker run -it zmqprebuilt prebuild --all -u $GITHUB_TOKEN
113-
```
114-
115-
### Shipping OS X binaries
116-
117-
From a Mac:
118-
119-
```
120-
./build_libzmq.sh
121-
npm install
122-
npm install -g prebuild
123-
prebuild --all -u $GITHUB_TOKEN
124-
```
106+
After an `npm` release, push the tag to github and travis will create the prebuilds.
125107

126108
### Shipping Windows binaries
127109

0 commit comments

Comments
 (0)