Skip to content

Commit

Permalink
chore: change to github-create-release for release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 committed Apr 15, 2019
1 parent fa383c0 commit ea62e5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "n2kMapper.js",
"scripts": {
"test": "mocha",
"changelog": "github-changes -o signalk -r n2k-signalk -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 && npm publish",
"create-release": "github-create-release --owner signalk --repository n2k-signalk",
"release": "git tag -d v$npm_package_version ; git tag v$npm_package_version && git push --tags && git push && npm run create-release && npm publish",
"format": "prettier-standard '*.js*' 'pgns/**/*.js' 'test/**/*.js*'"
},
"keywords": [
Expand All @@ -27,10 +27,10 @@
"through": ">=2.2.7 <3"
},
"devDependencies": {
"@signalk/github-create-release": "^1.0.1",
"@signalk/signalk-schema": "1.1.1",
"chai": "~4.1.0",
"chai-things": "0.2",
"github-changes": "1.1.2",
"lodash": "^4.6.1",
"mocha": "^6.1.3",
"prettier-standard": "^9.1.1",
Expand Down

0 comments on commit ea62e5e

Please sign in to comment.