scripts: include v2 README in the release

This commit is contained in:
Gyu-Ho Lee
2016-06-01 19:10:58 -07:00
parent 9fee7732f6
commit 232c1914d2
2 changed files with 3 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ function package {
cp etcd/README.md ${target}/README.md
cp etcd/etcdctl/README.md ${target}/README-etcdctl.md
cp etcd/etcdctl/READMEv2.md ${target}/READMEv2-etcdctl.md
cp -R etcd/Documentation ${target}/Documentation
}