1
0
mirror of https://github.com/siderolabs/kres.git synced 2026-02-05 09:45:35 +01:00
Files
kres/hack/release.toml
Alexey Palazhchenko f6c713085c chore: do not mark release.toml as uneditable
It is meant to be edited.

Plus other small cleanups.

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@talos-systems.com>
2021-10-06 11:42:48 +00:00

12 lines
222 B
TOML

# commit to be tagged for the new release
commit = "HEAD"
project_name = "kres"
github_repo = "talos-systems/kres"
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
# previous = -
# pre_release = true
# [notes]