Skip to content

Commit 742779c

Browse files
committed
2.0.7-beta5 Release
1 parent 8342d17 commit 742779c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 2.0.7-beta5
2+
-------------
3+
- Fix binary paths to confirm with modern standards
4+
- Confirm ns.js and electron compatibility
5+
- Make the outpout of `.list` consistent between platforms and docs
6+
- Define ambiguous flow control flags and document them
7+
- Add support for bluetooth devices in `.list` /dev/rfcommXX
8+
19
Version 2.0.7-beta4
210
-------------
311
- Fix pre-gyp paths so bindings can be found

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": "2.0.7-beta4",
3+
"version": "2.0.7-beta5",
44
"description": "Welcome your robotic javascript overlords. Better yet, program them!",
55
"author": {
66
"name": "Chris Williams",
@@ -11,7 +11,7 @@
1111
"module_name": "serialport",
1212
"module_path": "build/{configuration}/",
1313
"package_name": "{node_abi}-{platform}-{arch}.tar.gz",
14-
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.0.7-beta4"
14+
"host": "https://github.com/voodootikigod/node-serialport/releases/download/2.0.7-beta5"
1515
},
1616
"main": "./serialport",
1717
"repository": {

publish-binaries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We have an automated make task, we should always use this task to avoid forgetti
1717
1. Merge all changes and new features into master.
1818
2. Fill out changelog.md.
1919
3. Bump up npm version *AND* binary host version in `package.json`, commit and push.
20-
4. Generate new tags based on package.json version number with `git tag -m "2.0.7" 2.0.7`
20+
4. 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.
2121
5. Push tags to Github with `git push --tags`
2222
6. Publish to npm. BUT NOT YET. Builds can take hours 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`.
2323

0 commit comments

Comments
 (0)