Skip to content

Commit

Permalink
chore: remove release script
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 7, 2023
1 parent 9369135 commit b3df291
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,7 @@
],
"scripts": {
"test": "tape test.js | tap-spec && standard",
"ci": "tape test.js && node testRandom && standard",
"release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it"
},
"release-it": {
"github": {
"release": true
},
"git": {
"tagName": "v${version}",
"commitMessage": "chore(release): ${version}"
},
"hooks": {
"before:init": [
"npm run test"
]
},
"npm": {
"publish": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
"ci": "tape test.js && node testRandom && standard"
},
"pre-commit": "test",
"repository": {
Expand All @@ -58,10 +34,8 @@
},
"homepage": "https://github.com/mqttjs/mqtt-packet",
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.2",
"pre-commit": "^1.2.2",
"readable-stream": "^4.4.2",
"release-it": "^16.2.1",
"standard": "^17.1.0",
"tap-spec": "^5.0.0",
"tape": "^5.7.2"
Expand Down

0 comments on commit b3df291

Please sign in to comment.