fix(release) use npm version for tag bump
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"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"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user