Skip to content

Commit c469b70

Browse files
committed
chore: Update release script
1 parent b67e28d commit c469b70

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@
3333
"*.js"
3434
],
3535
"scripts": {
36-
"publish": "git push origin --tags && npm run changelog && git push origin",
37-
"changelog": "github_changelog_generator --user feathersjs --project feathers-sync && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
38-
"release:patch": "npm version patch && npm publish",
39-
"release:minor": "npm version minor && npm publish",
40-
"release:major": "npm version major && npm publish",
36+
"release": "semantic-release",
4137
"update-dependencies": "ncu -u",
4238
"lint": "standard --fix && tsd",
4339
"mocha": "mocha --recursive test/",
@@ -81,7 +77,7 @@
8177
},
8278
"release": {
8379
"branches": [
84-
"release"
80+
"main"
8581
],
8682
"plugins": [
8783
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)