Files
archived-talos/hack/release.toml
2022-01-20 23:26:26 +03:00

37 lines
687 B
TOML

# commit to be tagged for new release
commit = "HEAD"
project_name = "Talos"
github_repo = "talos-systems/talos"
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
# previous release
previous = "v0.13.4"
pre_release = false
preface = """\
"""
[notes]
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 5.10.93
"""
[make_deps]
[make_deps.tools]
variable = "TOOLS"
repository = "github.com/talos-systems/tools"
[make_deps.pkgs]
variable = "PKGS"
repository = "github.com/talos-systems/pkgs"
[make_deps.extras]
variable = "EXTRAS"
repository = "github.com/talos-systems/extras"