Skip to content

Commit b0cd1d3

Browse files
committed
chore: update release package
1 parent 08a6876 commit b0cd1d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"changelog": "github-changes -o signalk -r node-red-embedded -a --only-pulls --use-commit-body --data=pulls --tag-name=v$npm_package_version",
9-
"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"
8+
"create-release": "github-create-release --owner signalk --repository node-red-embedded",
9+
"release": "git tag -d v$npm_package_version; git tag v$npm_package_version && git push --tags && git push && npm run create-release"
1010
},
1111
"author": "Scott Bender",
1212
"license": "Apache-2.0",
1313
"devDependencies": {
14-
"github-changes": "^1.1.2"
14+
"@signalk/github-create-release": "^1.0.1"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)