mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
chore: update version tagging in Taskfile
This commit is contained in:
parent
0a34cd7eff
commit
3cb842203e
@ -27,8 +27,8 @@ tasks:
|
|||||||
- devbox run bump
|
- devbox run bump
|
||||||
- git add .
|
- git add .
|
||||||
- git commit -m "(chore) bump version"
|
- git commit -m "(chore) bump version"
|
||||||
- git tag $(cat package.json | jq -r .version)
|
- git tag nebula@$(cat package.json | jq -r .version)
|
||||||
- git push --follow-tags
|
- git push origin --follow-tags
|
||||||
silent: true
|
silent: true
|
||||||
|
|
||||||
esclient:build:
|
esclient:build:
|
||||||
@ -51,6 +51,6 @@ tasks:
|
|||||||
- devbox run bump
|
- devbox run bump
|
||||||
- git add .
|
- git add .
|
||||||
- git commit -m "(chore) bump version"
|
- git commit -m "(chore) bump version"
|
||||||
- git tag $(cat package.json | jq -r .version)
|
- git tag es-client@$(cat package.json | jq -r .version)
|
||||||
- git push --follow-tags
|
- git push origin --follow-tags
|
||||||
silent: true
|
silent: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user