All checks were successful
build-and-release / release (push) Successful in 3m33s
10 lines
276 B
JSON
10 lines
276 B
JSON
{
|
|
"name": "bugswatch-agent",
|
|
"version": "0.1.2",
|
|
"scripts": {
|
|
"release": "npm version patch && git push && git push --tags",
|
|
"release:minor": "npm version minor && git push && git push --tags",
|
|
"release:major": "npm version major && git push && git push --tags"
|
|
}
|
|
}
|