mirror of
https://github.com/coredns/coredns.git
synced 2025-11-21 19:32:21 -05:00
Release 002
This commit is contained in:
@@ -23,7 +23,12 @@ VERSION:=$(shell grep 'coreVersion' coremain/version.go | awk '{ print $$3 }' |
|
||||
ARCH=$(shell uname -m)
|
||||
GITHUB=miekg
|
||||
|
||||
all: build release
|
||||
all: push build release
|
||||
|
||||
.PHONY: push
|
||||
push:
|
||||
@echo Pushing release to master
|
||||
git push
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user