Files
bugswatch-agent/package.json

10 lines
276 B
JSON
Raw Permalink Normal View History

{
"name": "bugswatch-agent",
2026-06-18 14:41:25 +01:00
"version": "0.1.3",
"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"
}
}