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

When setting a version with metadata or prerelease, CLI response omits any metadata or prerelease #71

Open
tyler-jachetta opened this issue Jan 17, 2021 · 1 comment
Labels

Comments

@tyler-jachetta
Copy link
Collaborator

If I use avakas set and, for example, want a timestamp prereleae, the CLI response only shows the version (without the additional data).

This may be as-designed or as desired, not how I'd've designed, but I'm just one person.

Current behavior

void:src/tjachetta-circleci-dev % avakas set . 1.3.5  --prerelease --skip-commit --branch main --skip-dirty --prerelease-date
Version set to 1.3.5
void:src/tjachetta-circleci-dev % avakas show .
1.3.5-1.20210117041007

My expectation

I modified the 2knd line (Version set to 1.3.5) to include what I expected

void:src/tjachetta-circleci-dev % avakas set . 1.3.5  --prerelease --skip-commit --branch main --skip-dirty --prerelease-date
Version set to 1.3.5-1.20210117041007
void:src/tjachetta-circleci-dev % avakas show .
1.3.5-1.20210117041007
@otakup0pe
Copy link
Owner

oh this is def a bug we should address 🐜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants