mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
18 lines
378 B
TOML
18 lines
378 B
TOML
# commit to be tagged for new release
|
|
commit = "HEAD"
|
|
|
|
project_name = "moby"
|
|
github_repo = "moby/moby"
|
|
sub_path = "client"
|
|
ignore_deps = [ "github.com/moby/moby" ]
|
|
|
|
# previous release
|
|
previous = "v28.2.2"
|
|
|
|
pre_release = true
|
|
|
|
preface = """\
|
|
The first dedicated release for the Moby Client. This is a 0.x release
|
|
since changes to the Go interface are still being considered.
|
|
"""
|