mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
* release: automate the release This PR aims to various pieces into place so we can automate the coredns release. It needs the script from coredns/release to be installed. Dreck is to be setup as described in coredns/release/README.md The release-coredns script can be tested and allows for other branches than master to be test. This PR also features some cleanup in the Makefile.release so we don't call the godep target for each linux release - this speeds it up for some bit. Manually running ./release-coredns -t auto-release builds the artifects for this release, but (of course) doesn't upload anything yet. Add /release to the OWNERS and allow command to be executed (this still needs to be tested). Signed-off-by: Miek Gieben <miek@miek.nl> * that makefile target doesnt exist anymore Signed-off-by: Miek Gieben <miek@miek.nl> * test release for now Signed-off-by: Miek Gieben <miek@miek.nl> * Slightly better output Signed-off-by: Miek Gieben <miek@miek.nl> * remove again Signed-off-by: Miek Gieben <miek@miek.nl>
36 lines
468 B
Plaintext
36 lines
468 B
Plaintext
reviewers:
|
|
- bradbeam
|
|
- chrisohaver
|
|
- fastest963
|
|
- fturib
|
|
- greenpau
|
|
- grobie
|
|
- isolus
|
|
- johnbelamaric
|
|
- miekg
|
|
- pmoroney
|
|
- rajansandeep
|
|
- stp-ip
|
|
- superq
|
|
- varyoo
|
|
- yongtang
|
|
|
|
approvers:
|
|
- chrisohaver
|
|
- johnbelamaric
|
|
- miekg
|
|
- yongtang
|
|
|
|
features:
|
|
- comments
|
|
- reviewers
|
|
- aliases
|
|
- branches
|
|
- exec
|
|
|
|
aliases:
|
|
- |
|
|
/plugin: (.*) -> /label add: plugin/$1
|
|
- |
|
|
/release: (.*) -> /exec: /opt/bin/release-coredns $1
|