just: assign arguments to local fish var, so we don't mix interpolation from just and fish
This commit is contained in:
parent
dd79123d7b
commit
387a6f4e34
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
|
@ -70,6 +70,7 @@ release segment *release_name:
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
test -f releasenotes.md; and set -l body "$(cat releasenotes.md)"; or set -l body ""
|
test -f releasenotes.md; and set -l body "$(cat releasenotes.md)"; or set -l body ""
|
||||||
set -l tag (uv version --short --output-format text --bump {{ segment }})
|
set -l tag (uv version --short --output-format text --bump {{ segment }})
|
||||||
|
set -l release_name {{ release_name }}
|
||||||
|
|
||||||
git add pyproject.toml uv.lock
|
git add pyproject.toml uv.lock
|
||||||
git commit -m "Release version $tag"
|
git commit -m "Release version $tag"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue