Do you want to work on this issue?
You can request for a bounty in order to promote it!
Assist user in choosing the next release version number #2389
staabm posted onGitHub
when creating a new release the user is sitting in front of an empty form.
first thing to provide is the version number. to create a new minor version I need to have in mind what the latest version is, so I can calc 'latest version + 1'. In case I dont have the version in mind, I need to navigate away from this form/open a new tab, to check what the latest version is.
feature request: would be cool to assist the user in choosing the correct version number based on semantic versioning, e.g. with buttons like 'next minor' or 'next major'.
clicking those buttons could check what the latest minor is and pre-fill the 'version' input field with the correct next minor version. similar for next major.
optional: we could discuss whether it might make sense to have the buttons labeled like 'bugfixes only', 'new features - no breaking changes' and 'contains breaking changes'