Describe the feature or problem you’d like to solve
I'm trying to automate some releases using GitHub CLI. One feature which I miss is the ability of explicitly NOT marking a release as latest. If I omit the --latest flag, it may still be marked as latest, and I want to publish an "old" version, let's say.
Proposed solution
gh release create --latest=false to disable auto latest labeling.
Additional context
N/A