Skip to content

Commit 22e2c64

Browse files
committed
Bump to beta 4 with new build instructions
1 parent 89884e6 commit 22e2c64

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

PUBLISHING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This can be checked in the .travis.yml file and appveyor.yml file. Within these
1717
5. Generate new tags based on package.json version number with `git tag 2.0.7 -a` and include the change log in the tag's annotation.
1818
6. Push tags to Github with `git push --tags`
1919
7. Switch to node v0.10 and npm 3
20-
8. `rm -rf node_modules && npm install` to ensure you have the node 0.12 versions of node-pre-gyp installed and flattened by npm3 to be bundled and released with the package.
20+
8. Ensure you have node 0.12 and npm@2 loaded `rm -rf node_modules && npm install`
2121
9. Publish to npm. BUT NOT YET. Builds can an hour and occasionally fail (mainly on Appveyor) for seemingly no reason. Restart any failures in the travis or appeveyor ui. While you wait, copy the changelog updates into the Github release field. When the entire matrix succeeds and all binaries exist run `npm publish`.
2222

2323
Differences for beta release

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 3.1.2-beta4
2+
-------------
3+
- Attempting to find a version of npm that lets us publish and be consumed by the most platforms
4+
15
Version 3.1.2-beta3
26
-------------
37
- Add some pre-publish warnings to help bad builds from being published

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serialport",
3-
"version": "3.1.2-beta3",
3+
"version": "3.1.2-beta4",
44
"description": "Node.js package to access serial ports. Welcome your robotic javascript overlords. Better yet, program them!",
55
"author": {
66
"name": "Chris Williams",
@@ -10,7 +10,7 @@
1010
"binary": {
1111
"module_name": "serialport",
1212
"module_path": "build/{configuration}/",
13-
"host": "https://github.com/voodootikigod/node-serialport/releases/download/3.1.2-beta3"
13+
"host": "https://github.com/voodootikigod/node-serialport/releases/download/3.1.2-beta4"
1414
},
1515
"main": "./lib/serialport",
1616
"repository": {

0 commit comments

Comments
 (0)