LunarVim / colorgen-nvim

:rocket: Blazingly fast colorscheme generator for Neovim written in Rust :crab:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tagging a release

williamboman opened this issue Β· 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.