10 lines
276 B
JSON
10 lines
276 B
JSON
|
|
{
|
||
|
|
"name": "bugswatch-agent",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"scripts": {
|
||
|
|
"release": "bun version patch && git push && git push --tags",
|
||
|
|
"release:minor": "bun version minor && git push && git push --tags",
|
||
|
|
"release:major": "bun version major && git push && git push --tags"
|
||
|
|
}
|
||
|
|
}
|