Files
moby/releases/v2.0.0-beta.toml
Derek McGowan 37de02378c Prepare release notes for v2.0.0-beta.0
Signed-off-by: Derek McGowan <derek@mcg.dev>
2025-09-05 14:11:06 -07:00

22 lines
668 B
TOML

# 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.
"""