Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ release version: ensure-main

@cd ui/desktop && npm version {{ version }} --no-git-tag-version --allow-same-version

@git add Cargo.toml ui/desktop/package.json ui/desktop/package-lock.json
@git add Cargo.toml Cargo.lock ui/desktop/package.json ui/desktop/package-lock.json
@git commit --message "chore(release): release version {{ version }}"

# extract version from Cargo.toml
Expand Down
Loading