* Update for 181 release

Fix Makefile and remove -u flag from cp

Signed-off-by: Miek Gieben <miek@miek.nl>

* update version

Signed-off-by: Miek Gieben <miek@miek.nl>

* Relase 1.8.1

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2021-01-20 13:16:36 +01:00
committed by GitHub
parent c2bcdd125d
commit 21b4666d74
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ run:
# Sync CoreDNS' plugin README.md's to coredns.io. Also sync the release notes from the notes directory.
.PHONY: sync
sync:
@GO111MODULE=on go run bin/sync.go -plugindir $(PLUGINDIR)
@cp -vu $(PLUGINDIR)/../notes/coredns-* content/blog
go run bin/sync.go -plugindir $(PLUGINDIR)
@cp -v $(PLUGINDIR)/../notes/coredns-* content/blog
# Scan all markdown files for Corefile snippets and check validity github.com/miekg/corecheck
.PHONY: test
+1 -1
View File
@@ -54,7 +54,7 @@ checks all these snippets to see if they are still valid.
## New CoreDNS releases
* Sync the notes from the official coredns/coredns repo into this repo by running `cd bin; go run sync.go`
* Sync the notes from the official coredns/coredns repo into this repo by running: `make PLUGINDIR=~coredns/plugin sync`
* This should update the releases notes in content/blob/coredns-\<version\>.
* After this step you should manually (never got this to automatically to work) update
`date/coredns.toml` and set the latest release in that file and then run `make old` to update the
+1 -1
View File
@@ -1,2 +1,2 @@
[release]
version = "1.8.0"
version = "1.8.1"