Skip to content

Commit cc4d869

Browse files
authored
Merge pull request containerd#10167 from dmcgowan/prepare-api-1.8.0
Prepare release notes for api/v1.8.0-rc.0
2 parents a26c686 + 55fcebf commit cc4d869

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

api/releases/v1.8.0-rc.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# commit to be tagged for new release
2+
commit = "HEAD"
3+
4+
project_name = "containerd"
5+
github_repo = "containerd/containerd"
6+
sub_path = "api"
7+
ignore_deps = [ "github.com/containerd/containerd" ]
8+
9+
# previous release
10+
previous = "v1.7.0"
11+
12+
pre_release = true
13+
14+
preface = """\
15+
The first dedicated release for the containerd API. This release continues the 1.x
16+
line of API compatibility with the 9th minor release of the 1.x API.
17+
"""

0 commit comments

Comments
 (0)