-
-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Description
Describe the bug
On the npmx.dev homepage, the link to the latest tag on GitHub is stuck at 0.0.0

Additional context
By digging in the source code, it seems like the current version is read directly from the package.json :
Line 6 in 64a3cf2
| export { version } from '../package.json' |
But this field has never been updated :
Line 6 in 64a3cf2
| "version": "0.0.0", |
The problem is likely that the current workflow that make a new release PR does not update the version in the package.json (which seems correct, see #1880), and the release-tag is never triggered anywhere.
Logs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels