Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit da809bc

Browse files
committed
Sigh, okay, made a mistake, releasing 1.5.8-1.
(I ran `make release` without a GITHUB_TOKEN, which tagged and pushed, but subsequently of course the tag already exists which is a failure. Having fixed _that_, goreleaser rightly moaned about the tag not pointing at HEAD which we were attempting to release. Sigh)
1 parent 92e307d commit da809bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 1.5.8
1+
VERSION ?= 1.5.8-1
22
GIT_HASH = $(shell git rev-parse --short HEAD)
33
DELIVERY_ENGINEERING_GPG_KEY = 4306B2215879C678
44

0 commit comments

Comments
 (0)