We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If one edits a package version it looks like this:
below the version there is some free space in the dialog, it should contain three links to change the version:
<major+1>.0.0
3.0.0
<major>.<minor+1>.0
2.13.0
<major>.<minor>.<micro+1>
2.13.1
so one do not needs edit the text field manually.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If one edits a package version it looks like this:
below the version there is some free space in the dialog, it should contain three links to change the version:
<major+1>.0.0
) [in this example3.0.0
]<major>.<minor+1>.0
[in this example2.13.0
]<major>.<minor>.<micro+1>
[in this example2.13.1
]so one do not needs edit the text field manually.
The text was updated successfully, but these errors were encountered: