mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 09:27:09 +00:00
(chore) improve: version bumping process
This commit is contained in:
parent
025adbddaa
commit
ea3dc2b9fe
@ -34,9 +34,10 @@ tasks:
|
||||
|
||||
esclient:bump:
|
||||
dir: ./libs/es-client
|
||||
internal: true
|
||||
cmds:
|
||||
- pnpm version patch
|
||||
- git add package.json
|
||||
- git commit -m "chore: bump version to {{.VERSION}} [skip ci]"
|
||||
- devbox run bump
|
||||
- git add .
|
||||
- git commit -m "(chore) bump version"
|
||||
- git push
|
||||
silent: true
|
||||
|
@ -14,6 +14,9 @@
|
||||
],
|
||||
"publish": [
|
||||
"pnpm publish"
|
||||
],
|
||||
"bump": [
|
||||
"pnpm version patch"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user