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

elan dump-state should produce SemVer versions #142

Open
mhuisi opened this issue Nov 20, 2024 · 0 comments
Open

elan dump-state should produce SemVer versions #142

mhuisi opened this issue Nov 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mhuisi
Copy link

mhuisi commented Nov 20, 2024

Currently, elan dump-state produces the following version output as part of the JSON it produces:

"elan_version": {
  "current": "3.1.1 (4dd88de35 2024-10-08)",
  "newest": {
    "Ok": "v3.1.1"
  }
},

Neither current nor newest are proper SemVer versions, which means that downstream tooling needs to pre-parse these versions first (instead of using standard SemVer parsers).

It would be nice if elan dump-state could produce SemVer versions here.

@mhuisi mhuisi added the enhancement New feature or request label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant