You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add back in the bundle dependency to support node 0.12 with npm3.
- bug fix in listUnix where we weren't filtering out non block devices that are named like serial ports
- Better unix error messages
Copy file name to clipboardExpand all lines: PUBLISHING.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,7 @@ builds in Travis-CI and AppVeyor will generate the binaries for each platform an
8
8
We use [node-pre-gyp-github](https://github.com/bchr02/node-pre-gyp-github) on top of node-pre-gyp
9
9
to publish these binaries on Github.
10
10
11
-
This can be checked in the .travis.yml file and appveyor.yml file. Within these files, there are two
12
-
methods for publishing new binaries for each version: one is if a `git tag` is detected; the other
13
-
can be triggered by passing the string `[publish binary]` in the commit message itself.
11
+
This can be checked in the .travis.yml file and appveyor.yml file. Within these files, if a git tag is detected a binary will be built and published for each version.
14
12
15
13
1. Merge all changes and new features into master.
0 commit comments