-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
enhancementa request to improve CLIa request to improve CLIhelp wantedContributions welcomeContributions welcome
Description
Describe the feature or problem you’d like to solve
When using gh release create without any flags/args, the help is displayed.
I also find it hard to keep track of all versions of my different projects. I have to lookup the last release every time I create a new one, to find out what the next version should be.
Proposed solution
My idea is, that when gh release create is executed, an interactive mode will be displayed.
In this interactive mode, it asks you about every required flag and argument.
The versioning should be in a dropdown (Bump Major/Minor/Patch or custom).
It should automatically detect which versioning scheme is used (v1.0.0/1.0.0/etc.).
This dropdown would enable users to quickly create releases, and you don't have to lookup the last version every time you release a new version.
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementa request to improve CLIa request to improve CLIhelp wantedContributions welcomeContributions welcome
