We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa346a0 commit a751ce7Copy full SHA for a751ce7
2 files changed
releases/v1.6.0-alpha.toml
@@ -0,0 +1,14 @@
1
+# commit to be tagged for new release
2
+commit = "HEAD"
3
+
4
+project_name = "containerd"
5
+github_repo = "containerd/containerd"
6
+match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"
7
8
+# previous release
9
+previous = "v1.5.0"
10
11
+pre_release = true
12
13
+preface = """\
14
+The seventh major release of containerd"""
version/version.go
@@ -23,7 +23,7 @@ var (
23
Package = "github.com/containerd/containerd"
24
25
// Version holds the complete version number. Filled in at linking time.
26
- Version = "1.5.0+unknown"
+ Version = "1.6.0-alpha.3+unknown"
27
28
// Revision is filled with the VCS (e.g. git) revision being used to build
29
// the program at linking time.
0 commit comments