From 25a06bddd4306c0f5d15d329090ee94ee31dedd3 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 23 Oct 2025 10:43:54 -0600 Subject: [PATCH] chore(upgrade): mention updating rules Co-authored-by: Crush --- upgrade.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/upgrade.go b/upgrade.go index 36b0eeec514b7ec1e7f69037529813d779040398..4976069b42fbf08e61b6b17e9828f6356c781a51 100644 --- a/upgrade.go +++ b/upgrade.go @@ -137,6 +137,10 @@ func runUpgrade(apply bool) error { successStyle.Render(check), "Upgraded to", chipStyle.Render(latestVersion)) + fmt.Printf("%s %s\n", + chipStyle.Render("NOTE:"), + "taking advantage of this binary upgrade might require updating your rules") + fmt.Printf("⮑ %s\n", lipgloss.NewStyle().Underline(true).Render("https://"+info.Main.Path)) return nil }