File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 28
28
"build-help" : " marked -i ./dist/help/help.md -o ./dist/help/help.html" ,
29
29
"watch" : " webpack -d --watch" ,
30
30
"changelog" : " github-changes -o signalk -r instrumentpanel -a --only-pulls --use-commit-body --data=pulls --tag-name=v$npm_package_version" ,
31
- "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 "
31
+ "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 && git tag -d latest && git push origin :refs/tags/latest && git tag latest && git push --tags "
32
32
},
33
33
"devDependencies" : {
34
34
"@signalk/client" : " ^2.0.3" ,
You can’t perform that action at this time.
0 commit comments