CLI that turns LLM input into well-formatted Conventional Commits
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(upgrade): mention updating rules

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

Amolith (Oct 23, 2025, 10:43 AM -0600) 25a06bdd 60345ad5

+4
+4
upgrade.go
··· 137 137 successStyle.Render(check), 138 138 "Upgraded to", 139 139 chipStyle.Render(latestVersion)) 140 + fmt.Printf("%s %s\n", 141 + chipStyle.Render("NOTE:"), 142 + "taking advantage of this binary upgrade might require updating your rules") 143 + fmt.Printf("⮑ %s\n", lipgloss.NewStyle().Underline(true).Render("https://"+info.Main.Path)) 140 144 return nil 141 145 } 142 146