urfave / cli

A simple, fast, and fun package for building command line apps in Go
https://cli.urfave.org
MIT License
21.89k stars 1.69k forks source link

Delete stale branches #1894

Open bartekpacia opened 1 month ago

bartekpacia commented 1 month ago

@urfave/cli

Hey!

I noticed there are quite a few stale branches (see https://github.com/urfave/cli/branches/stale). Can they be removed?

meatballhat commented 1 month ago

(Mostly) done! Thank you for calling this out @bartekpacia 🤘🏼 ❤️

bartekpacia commented 1 month ago

Thanks! :)

BTW, why are names for v1 and v2 branches end with t? v1-maint, v2-maint, etc? I guess it's for trunk but I'd like confirmation.

abitrolly commented 1 month ago

@bartekpacia t stands for maintenance. main is already trunk.

bartekpacia commented 1 month ago

@abitrolly thank you:)

@dearchap there's also a branch of yours called v2-maint-nogen. Do you plan to land it into v2?

abitrolly commented 1 month ago

@bartekpacia v2-maint-nogen is from https://github.com/urfave/cli/pull/1802