releases: add releases

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2018-01-27 12:39:55 +01:00
parent 33e1057102
commit 6059a58877
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
3 changed files with 31 additions and 1 deletions

8
releases/README.md Normal file
View file

@ -0,0 +1,8 @@
## `releases` ##
```
make install-tools
git tag vX.Y.Z <commit>
touch releases/vX.Y.Z.toml
make release-note release=releases/vX.Y.Z.toml
```

13
releases/v1.9.1.toml Normal file
View file

@ -0,0 +1,13 @@
# The commit/tag of the release
commit = "v1.9.1"
project_name = "CRI-O"
github_repo = "kubernetes-incubator/cri-o"
previous = "v1.9.0"
pre_release = false
preface = """\
"""
[notes]
[breaking]