File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Signal K server plugin to convert Signal K to NMEA2000" ,
5
5
"main" : " index.js" ,
6
6
"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 "
10
10
},
11
11
"keywords" : [
12
12
" signalk-node-server-plugin"
22
22
],
23
23
"license" : " ISC" ,
24
24
"dependencies" : {
25
- "baconjs" : " ^0.7.88" ,
26
25
"@canboat/canboatjs" : " 1.x" ,
26
+ "@signalk/github-create-release" : " ^1.2.1" ,
27
+ "baconjs" : " ^0.7.88" ,
27
28
"debug" : " ^3.1.0" ,
28
- "github-changes" : " ^1.1.2" ,
29
29
"lodash" : " ^4.17.4"
30
30
},
31
31
"repository" : {
You can’t perform that action at this time.
0 commit comments