File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 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/" ,
8177 },
8278 "release" : {
8379 "branches" : [
84- " release "
80+ " main "
8581 ],
8682 "plugins" : [
8783 " @semantic-release/commit-analyzer" ,
You can’t perform that action at this time.
0 commit comments