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

Accept metadata #38

Open
fdaciuk opened this issue Jun 25, 2022 · 0 comments
Open

Accept metadata #38

fdaciuk opened this issue Jun 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@fdaciuk
Copy link
Owner

fdaciuk commented Jun 25, 2022

About metadata

Current version must remain the same and precedence must be ignored.

Examples:

Current version: 2.0.0

  • Command: cargo v meta 123456.1.8.9
  • Result: 2.0.0+123456.1.8.9

Current version: 2.0.0-alpha.1

  • Command: cargo v meta git.123456
  • Result: 2.0.0-alpha.1+git.123456

Current version: 2.0.0

  • Command: cargo v meta git.123456-abc.1.2-890.1
  • Result: 2.0.0+git.123456-abc.1.2-890.1
@fdaciuk fdaciuk added the enhancement New feature or request label Jun 25, 2022
@fdaciuk fdaciuk added this to the Next big release milestone Jun 25, 2022
@fdaciuk fdaciuk added this to cargo-v Jun 25, 2022
@fdaciuk fdaciuk moved this to ✨ Todo in cargo-v Jun 25, 2022
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
Status: Todo
Development

No branches or pull requests

1 participant