celestiaorg / celestia-node

Celestia Data Availability Nodes
Apache License 2.0
933 stars 928 forks source link

bug: version output is malformatted #3938

Open jcstein opened 1 week ago

jcstein commented 1 week ago

Celestia Node version

v0.20.1

OS

mac

Install tools

docs

# clone node
make build
make install
celestia version

Others

No response

Steps to reproduce it

above

Expected result

version: v0.20.1-mocha

Actual result

$ celestia version

Semantic version: v0.18.0-refs-tags-v0-20-1-mocha.0
Commit: 353141fb5a0a33c10a8678ac6e92a90b02f74dbd
Build Date: Thu Nov 14 14:10:37 +07 2024
System version: arm64/darwin
Golang version: go1.23.2

Relevant log output

No response

Is the node "stuck"? Has it stopped syncing?

No response

Notes

No response

jcstein commented 5 days ago

This is still present on v0.20.2

/_____/  /_____/  /_____/  /_____/  /_____/
Started celestia DA node
node version:         v0.18.0-refs-tags-v0-20-2-arabica.0
node type:         bridge
network:         mocha-4
/_____/  /_____/  /_____/  /_____/  /_____/
walldiss commented 5 days ago

Thank you for reminding of this issue. We have broken CI that produces second tag for release and it is mailformed one. I’ve deleted incorrect tags for all recent releases, so it should not be a problem for existing ones. @oleg is on the hunt to track down the root cause

jcstein commented 4 days ago

you're welcome and thank you for the context and support 🙌