aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2024-03-01 23:49:48 -0800
committerMax Resnick <max@ofmax.li>2024-03-01 23:49:48 -0800
commitdd8b5e9750e8c075816f1bfdc84a6e44724fae12 (patch)
treead13af6a559287730c4b19e56f2ee997803bfe0b /justfile
parent80f6c9b3892d2296d56babaea9f9369b7c6b4fd3 (diff)
downloadgo-bumpver-0.1.0.tar.gz
fix: incorrect var name0.1.0
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 2e7b7ff..718d417 100644
--- a/justfile
+++ b/justfile
@@ -26,4 +26,4 @@ release part: build
# end temp tag
git tag -d $new_ver
git tag --annotate --sign --cleanup=whitespace --file {{ TEMPDIR }}/chglog ${new_ver}
- git push origin ${ver}
+ git push origin ${new_ver}