1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00

Fixed release script so go mod is happy

This commit is contained in:
James Mills 2019-03-13 00:29:25 +10:00
parent 73acf226df
commit d97484332c
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -20,6 +20,6 @@ fi
echo "Releasing ${TAG} ..." echo "Releasing ${TAG} ..."
git tag -a -s -m "Relase ${TAG}" "${TAG}" git tag -a -s -m "Relase v${TAG}" "v${TAG}"
git push --tags git push --tags
goreleaser release --rm-dist goreleaser release --rm-dist