mirror of https://github.com/Wilfred/difftastic/
Move release logic to justfile
parent
0cb1cdbb3e
commit
d58e3194c8
@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
VERSION=$(cargo metadata --format-version=1 | jq -r '.packages | .[] | select(.name == "difftastic") | .version')
|
||||
git tag $VERSION
|
||||
git push --tags
|
||||
Loading…
Reference in New Issue