Yep, npm has a feature where you can give builds tags. The “latest” tag is the default and what people get when they install without any version specifier. But you can create other labels. We have a “canary” label we push to between releases which people can install like “@rocicorp/zero@canary”
Comments