You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
My expectation
I modified the 2knd line (
Version set to 1.3.5
) to include what I expectedThe text was updated successfully, but these errors were encountered: