diff --git a/justfile b/justfile index de3ebfd..ca84c0e 100644 --- a/justfile +++ b/justfile @@ -42,9 +42,9 @@ grcov-coverage: publish version: #!/usr/bin/bash -e - # [[ -z $(git status --short) ]] || echo "Worktree is Dirty - aborting" ; exit + [[ -z $(git status --short) ]] || echo "Worktree is Dirty - aborting" ; exit echo "Clean" - # git co v{{version}} + git co v{{version}} ORDER=$(cargo publish-workspace --target-version {{version}} --crate-prefix git-next --show-order 2>/dev/null | cut -d\ -f2-) # INFO: Why not use publish-workspace to publish? It doesn't support when crates-io registry is replaced for P in ${ORDER}