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
Additionally, it would be great to make the timestamp in the version tag human readable. Perhaps: 202405311022.
Currently, it looks like 1.9.1-1717191795.bd5ba19. I choose this pattern a long time ago for two reasons:
Both time and commit are easily traceable from version only
The time added first so versions are sortable (not sure if still case for npm registry but back in the days, commit alone was causing npm registry wrongly resolving to older builds) + with seconds precision avoid collision of releases in case of two immediate commits/releases (and it still on rare occasions happens)
We could migrate to some pattern like YYYYMMDD.SEC.COMMIT_HASH to be more human readable. Ideas welcome before update
The text was updated successfully, but these errors were encountered:
Suggestion by @IgorMinar (unjs/unenv#246)
Currently, it looks like
1.9.1-1717191795.bd5ba19
. I choose this pattern a long time ago for two reasons:We could migrate to some pattern like
YYYYMMDD.SEC.COMMIT_HASH
to be more human readable. Ideas welcome before updateThe text was updated successfully, but these errors were encountered: