Remix.run Logo
BugsJustFindMe 3 days ago

> it's all a rolling release without any name or number, so you cannot snapshot I'm certain version

A git commit SHA is a number that identifies a version of the code.

tecleandor 2 days ago | parent [-]

Yep, but it doesn't serve as model of reference of date, order, patch or anything, and it's meaningless without the git database. It's OK as an immutable tag, but doesn't give you any additional information.

Even without SemVer, using a simple date versioning system (let's say 2024.10.2-patch4) gives you a lot of context.