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