mirror of
https://github.com/coredns/coredns.io.git
synced 2024-04-21 12:32:00 +00:00
v181 (#214)
* 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:
@@ -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
|
||||
|
||||
@@ -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
@@ -1,2 +1,2 @@
|
||||
[release]
|
||||
version = "1.8.0"
|
||||
version = "1.8.1"
|
||||
|
||||
Reference in New Issue
Block a user