Skip to content

Commit

Permalink
chore: remove nonfunctioning changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Apr 13, 2018
1 parent 80469ac commit 2d581cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"changelog": "github-changes -o signalk -r signalk-server-node -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 && git tag -d latest && git push origin :refs/tags/latest && git tag latest && git push origin tag latest",
"release": "git push --tags && git push && git tag -d latest && git push origin :refs/tags/latest && git tag latest && git push origin tag latest",
"start": "node bin/signalk-server",
"test": "mocha --exit",
"precommit": "lint-staged",
Expand Down

0 comments on commit 2d581cf

Please sign in to comment.