EC-21: FEAT: Added better commit and release
Refers: Evercatch/evercatch-board#21
This commit is contained in:
@@ -18,7 +18,12 @@
|
||||
"node": ">=16"
|
||||
},
|
||||
"scripts": {
|
||||
"publish:public": "npm publish",
|
||||
"publish:gitea": "npm publish --registry=https://git.psmattas.com/api/packages/Evercatch/npm/"
|
||||
"release": "commit-and-tag-version",
|
||||
"publish:gitea": "npm publish",
|
||||
"publish:public": "npm publish --registry=https://registry.npmjs.org --access public",
|
||||
"publish:all": "npm run publish:gitea && npm run publish:public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"commit-and-tag-version": "^12.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user