-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handling dev
version
s and basic rolling release workflows
#40
Comments
Part of the point of standards is pushing people for homogeneity for the benefit of users and writing simple package managers. I was aware when I wrote this that there would be a few outliers. Anyways, I'm not involved with neovim anymore so this repo is effectively dead, as it was one of my passion projects |
I believe supporting
That's a shame to hear. It seems like others have been continuing work on this though? Thanks for your previous work on neovim 😄 |
This repo is on a long hiatus. The main blocker was getting package managers to prototype something. I've been spending most of my time on Neovim core for the last year or so but I do plan to pick this up again at some point. |
I noticed that the current iteration of the readme states that plugin authors should have a tag that matches the
version
in thepackspec
.Just wanted to bring it to your attention that some plugin authors may disagree with this.
See for example ibhagwan/fzf-lua#640 (comment).
Others might want to keep a
dev
orscm
version on their main branch.With RockSpec, this is handled in a variety of ways. Often, the main branch has a RockSpec with
version
=scm
, and there's a subdirectory with version-named rockspecs.An alternative approach could be to allow the semantic version only on tags or stable branches.
The text was updated successfully, but these errors were encountered: