Skip to content

Commit f66d952

Browse files
committed
fix: add correct files to git on release
Signed-off-by: Jan Pokorný <[email protected]>
1 parent f720aa9 commit f66d952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ read -p "Commit and push? [Y/n] " confirm
193193
if [[ "${confirm:-y}" =~ ^[Yy]$ ]]; then
194194
(
195195
set -eux -o pipefail
196-
git add uv.lock helm/Chart.yaml apps/beeai-cli/pyproject.toml apps/beeai-server/pyproject.toml apps/beeai-ui/package.json apps/beeai-web/package.json
196+
git add helm/Chart.yaml apps/beeai-{cli,server}/{uv.lock,pyproject.toml} apps/beeai-{ui,web}/package.json
197197
git commit -m "release: v$new_version"
198198
git tag "v$new_version"
199199
git push --atomic origin main "v$new_version"

0 commit comments

Comments
 (0)