Skip to content

Commit

Permalink
chore: add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 committed Mar 15, 2020
1 parent 3c18d86 commit 7c74392
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "Plugin that controls a Fusion stereo",
"main": "index.js",
"scripts": {
"test": "$NODE $npm_package_main"
"test": "$NODE $npm_package_main",
"create-release": "github-create-release --owner sbender9 --repository $npm_package_name",
"release": "git tag -d v$npm_package_version && git tag v$npm_package_version && git push --tags && git push && npm run create-release",
"build_ios": "webpack ios.js -o ios_fusion.js"
},
"keywords": [
"signalk-node-server-plugin"
Expand All @@ -21,5 +24,10 @@
"type": "git",
"url": "https://github.com/sbender9/signalk-fusion-stereo"
},
"signalk-plugin-enabled-by-default": true
"signalk-plugin-enabled-by-default": true,
"devDependencies": {
"@signalk/github-create-release": "^1.2.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}

0 comments on commit 7c74392

Please sign in to comment.