Skip to content

Commit

Permalink
chore: change to github-create-release
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Oct 1, 2020
1 parent b104517 commit 0d2edb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"test": "mocha",
"format": "prettier-standard '*.js*' 'sentences/*.js'",
"changelog": "github-changes -o signalk -r signalk-to-nmea0183 -a --only-pulls --use-commit-body --data=pulls --tag-name=v$npm_package_version",
"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"
"create-release": "github-create-release --owner signalk --repository signalk-to-nmea0183",
"release": "git tag -d v$npm_package_version && git tag v$npm_package_version && git push --tags && git push && npm run create-release"
},
"keywords": [
"signalk-node-server-plugin"
Expand All @@ -18,6 +18,7 @@
"baconjs": "^0.7.88"
},
"devDependencies": {
"@signalk/github-create-release": "^1.2.0",
"github-changes": "^1.0.4",
"mocha": "^6.2.2",
"prettier-standard": "^6.0.0"
Expand Down

0 comments on commit 0d2edb1

Please sign in to comment.