-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[Suggestion]: Version tagging on Github #32145
Copy link
Copy link
Closed
Labels
Auto-ResolveAuto resolve by botAuto resolve by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-triageThis issue needs the team to triage.This issue needs the team to triage.
Milestone
Metadata
Metadata
Assignees
Labels
Auto-ResolveAuto resolve by botAuto resolve by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-triageThis issue needs the team to triage.This issue needs the team to triage.
Related command
n/a
Is your feature request related to a problem? Please describe.
no
Describe the solution you'd like
use 'tag_name" in GitHub API with real version that is replied by application response
Describe alternatives you've considered
n/a
Additional context
You can easily query an installed version by just running 'az version'.
You get a version compatible number as return value under "azure-cli" (e.g. "2.76.0")
It would now be easy to compare that value with GitHub API on ../release/latest/tag_name but unfortunately the maintainers add some irrelevant characters: "azure-cli-2.76.0"
Of course you can now argue, that I just need to strip that static string, but please scale it up and check other projects, like Azure Studio or Visual Code. In there they provide proper version only.
Would be great to have such tiny things staightend for automation convinience.