LunarVim/colorgen-nvim

Tagging a release

williamboman opened this issue ยท 1 comments

Hey ๐Ÿ‘‹! I'm currently migrating package definitions from mason.nvim to versioned YAML-based definitions in https://github.com/mason-org/mason-registry. A new constraint that has been introduced is that packages must provide some kind of versioning mechanism, which this package doesn't yet fulfil.

For Cargo based packages, this can either be via the default crates.io repository, or via git tags if hosted via GitHub repositories. Seeing as this package is a git-based Cargo package - would you mind tagging an initial version in these trying times ๐Ÿ™? Any git tag would do (although preferably semver for better portability).

Sure, no problem. I probably should've tagged a release a while ago anyway. Thanks for including the project in mason.