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

Commit

Permalink
Sigh, okay, made a mistake, releasing 1.5.8-1.
Browse files Browse the repository at this point in the history
(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)
  • Loading branch information
toothbrush committed Sep 17, 2021
1 parent 92e307d commit da809bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 1.5.8
VERSION ?= 1.5.8-1
GIT_HASH = $(shell git rev-parse --short HEAD)
DELIVERY_ENGINEERING_GPG_KEY = 4306B2215879C678

Expand Down

0 comments on commit da809bc

Please sign in to comment.