Files
containerd/releases/v1.0.0-beta.2.toml
Michael Crosby 769d9e16bd add release tool to generate releases
This tool makes our standard release template easy to generate.  It also
adds a few features like marking changed dependnencies for packages and
others to know what updated from the last release.

usage:
`containerd-release -n releases/v1.0.0-beta.2.toml`

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-10-11 18:51:13 -04:00

21 lines
429 B
TOML

# commit to be tagged for new release
commit = "60960e1c177046de655773258db53300d0e7f005"
# previous release
previous = "v1.0.0-beta.1"
pre_release = true
preface = """This release does cool stuff"""
# notable prs to include in the release notes, 1234 is the pr number
[notes]
[notes.1234]
title = "Some Title"
description = """This did something cool."""
[breaking]
[breaking.metrics]
pr = 1235
description = """ """