chore: update version tagging in Taskfile

This commit is contained in:
Prad Nukala 2025-01-07 15:30:13 -05:00
parent 0a34cd7eff
commit 3cb842203e

View File

@ -27,8 +27,8 @@ tasks:
- devbox run bump
- git add .
- git commit -m "(chore) bump version"
- git tag $(cat package.json | jq -r .version)
- git push --follow-tags
- git tag nebula@$(cat package.json | jq -r .version)
- git push origin --follow-tags
silent: true
esclient:build:
@ -51,6 +51,6 @@ tasks:
- devbox run bump
- git add .
- git commit -m "(chore) bump version"
- git tag $(cat package.json | jq -r .version)
- git push --follow-tags
- git tag es-client@$(cat package.json | jq -r .version)
- git push origin --follow-tags
silent: true