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

Unintentionally, the released CLI version also displays the detailed commit info(commit hash) #353

Open
2 tasks done
hoshinotsuyoshi opened this issue Dec 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@hoshinotsuyoshi
Copy link
Member

Self Checks

Cloud or Self Hosted

Self Hosted

Version (only for Self Hosted)

0.0.13

Steps to reproduce

$ cd ./frontend
$ npx @liam-hq/cli@latest erd build --input ./packages/cli/fixtures/input.sql --format postgres

and run some httpd you like

$ npx http-server dist

then visit http://127.0.0.1:8080/ and click help Icon. you can see version informaiton.

Expected Behavior

displays

v0.0.13 (2024-12-20)

Actual Behavior

displays

v0.0.13 + 3289d08 (2024-12-20)
スクリーンショット 2024-12-20 21 47 06

Additional Context

Yes, 3289d08 is the correct reference. @liam-hq/[email protected] actually points to 3289d08. However, it did not behave as I described in the description of #310. It seems there is a problem with the build process.

@hoshinotsuyoshi hoshinotsuyoshi added the bug Something isn't working label Dec 20, 2024
@hoshinotsuyoshi hoshinotsuyoshi self-assigned this Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant