Skip to content
New issue

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

Provide some buttons to perform usual version increments #1561

Open
laeubi opened this issue Jan 14, 2025 · 0 comments
Open

Provide some buttons to perform usual version increments #1561

laeubi opened this issue Jan 14, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@laeubi
Copy link
Contributor

laeubi commented Jan 14, 2025

If one edits a package version it looks like this:

grafik

below the version there is some free space in the dialog, it should contain three links to change the version:

  1. New Major Version (changing it to <major+1>.0.0) [in this example 3.0.0]
  2. New Minor Version (changing it to <major>.<minor+1>.0 [in this example 2.13.0]
  3. New Micro Version (changing it to <major>.<minor>.<micro+1> [in this example 2.13.1]

so one do not needs edit the text field manually.

@laeubi laeubi added enhancement New feature or request good first issue Good for newcomers labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant