feat(agent) multi-driver db monitoring, hot-plug config, release pipeline
This commit is contained in:
9
package.json
Normal file
9
package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user