mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
Add 1.8.2 notes (#4461)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user