EC-21: FEAT: Added better commit and release
Refers: Evercatch/evercatch-board#21
This commit is contained in:
5
.npmrc
5
.npmrc
@@ -2,8 +2,5 @@
|
||||
# 1. Tell npm that @evercatch packages live on your server
|
||||
@evercatch:registry=https://git.psmattas.com/api/packages/Evercatch/npm/
|
||||
|
||||
# 2. Set the registry for publishing
|
||||
registry=https://git.psmattas.com/api/packages/Evercatch/npm/
|
||||
|
||||
# 3. Setup Auth using an Environment Variable
|
||||
# 2. Setup Auth using an Environment Variable
|
||||
//git.psmattas.com/api/packages/Evercatch/npm/:_authToken=${GITEA_TOKEN}
|
||||
|
||||
2302
package-lock.json
generated
Normal file
2302
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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