chore(upgrade): mention updating rules

Amolith and Crush created

Co-authored-by: Crush <crush@charm.land>

Change summary

upgrade.go | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

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
 }