typed-ember / glint

TypeScript powered tooling for Glimmer templates
https://typed-ember.gitbook.io/glint
MIT License
109 stars 51 forks source link

Setup unstable releases #727

Closed NullVoxPopuli closed 3 months ago

NullVoxPopuli commented 3 months ago

We aren't ready for main to go stable, but we want to enable folks trying out Volar.

This PR will release all the public packages to npm with the unstable tag and a git sha (short abbr) attached to the end of the version number -- like how embroider does it.

All of this code was copied from the embroider repo.