Skip to content

Commit

Permalink
(chore) improve: version bumping process
Browse files Browse the repository at this point in the history
  • Loading branch information
prdnk committed Jan 7, 2025
1 parent 025adbd commit ea3dc2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions libs/es-client/devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
],
"publish": [
"pnpm publish"
],
"bump": [
"pnpm version patch"
]
}
}
Expand Down

0 comments on commit ea3dc2b

Please sign in to comment.