cmd: containerd-release: abstract it out to create a new project

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2017-10-30 15:10:41 +01:00
parent 1f704e9862
commit fa678a0937
4 changed files with 17 additions and 11 deletions

View File

@@ -1,6 +1,9 @@
# commit to be tagged for new release
commit = "HEAD"
project_name = "containerd"
github_repo = "containerd/containerd"
# previous release
previous = "v1.0.0-beta.1"