Skip to content

Commit

Permalink
chore: fix release notes
Browse files Browse the repository at this point in the history
The github.com/coredns/coredns dropped the tag v1.11.2 for the previous
version we were using, so `release-tool` can't generate the release
notes.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Aug 13, 2024
1 parent 2bf924c commit 73511c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ commit = "HEAD"
project_name = "Talos"
github_repo = "siderolabs/talos"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
ignore_deps = ["github.com/coredns/coredns"]

# previous release
previous = "v1.7.0"
Expand Down

0 comments on commit 73511c1

Please sign in to comment.