mirror of
https://github.com/moby/moby.git
synced 2026-01-11 02:31:44 +00:00
Prepare release notes for v2.0.0-beta.0
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
21
releases/v2.0.0-beta.toml
Normal file
21
releases/v2.0.0-beta.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
# commit to be tagged for new release
|
||||
commit = "HEAD"
|
||||
|
||||
project_name = "moby"
|
||||
github_repo = "moby/moby"
|
||||
ignore_deps = [ "github.com/moby/moby" ]
|
||||
|
||||
# previous release
|
||||
previous = "v28.2.2"
|
||||
|
||||
pre_release = true
|
||||
|
||||
preface = """\
|
||||
The first release of the Moby Go module and v2 release. This represents a major
|
||||
change to the code organization, completing the rename to `github.com/moby/moby`.
|
||||
|
||||
While this completes the transition to Go modules for Moby, importers
|
||||
who are using `github.com/docker/docker` should update to use the
|
||||
`github.com/moby/moby/api` and `github.com/moby/moby/client` modules rather than
|
||||
continuing to use the `github.com/docker/docker` import paths.
|
||||
"""
|
||||
Reference in New Issue
Block a user