Skip to content

Commit 8832ef8

Browse files
committed
chore: update release note generation
1 parent f7f7305 commit 8832ef8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Signal K server plugin to convert Signal K to NMEA2000",
55
"main": "index.js",
66
"scripts": {
7-
"changelog": "github-changes -o signalk -r signalk-to-nmea2000 -a --only-pulls --use-commit-body --data=pulls --tag-name=v$npm_package_version",
8-
"release": "git tag -d v$npm_package_version ; npm run changelog && git add CHANGELOG.md && git commit -m 'chore: update changelog' && git tag v$npm_package_version && git push --tags && git push",
9-
"test": "mocha --timeout 10000"
7+
"test": "mocha --timeout 10000",
8+
"create-release": "github-create-release --owner signalk --repository signalk-to-nmea2000",
9+
"release": "git tag -d v$npm_package_version && git tag v$npm_package_version && git push --tags && git push && npm run create-release"
1010
},
1111
"keywords": [
1212
"signalk-node-server-plugin"
@@ -22,10 +22,10 @@
2222
],
2323
"license": "ISC",
2424
"dependencies": {
25-
"baconjs": "^0.7.88",
2625
"@canboat/canboatjs": "1.x",
26+
"@signalk/github-create-release": "^1.2.1",
27+
"baconjs": "^0.7.88",
2728
"debug": "^3.1.0",
28-
"github-changes": "^1.1.2",
2929
"lodash": "^4.17.4"
3030
},
3131
"repository": {

0 commit comments

Comments
 (0)