Add 1.8.2 notes (#4461)

This commit is contained in:
Miek Gieben
2021-02-12 13:27:21 +01:00
committed by GitHub
parent c4720b8ad2
commit 527bee5b6d
2 changed files with 40 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
# Steps to release, first:
#
# 1. Up the version in coremain/version.go
# 2. Do a make -f Makefile.doc
# 2. Do a make -f Makefile.doc # This has been automated in GitHub, so you can probably skip this step
# 3. go generate
# 4. Send PR to get this merged.
#
@@ -44,7 +44,7 @@ EMPTY:=
SPACE:=$(EMPTY) $(EMPTY)
COMMA:=$(EMPTY),$(EMPTY)
ifeq (, $(shell command -v curl))
ifeq (, $(shell which curl))
$(error "No curl in $$PATH, please install")
endif