You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes plugins that previously only existed as dev plugins are published with semver releases later on (e.g. the tree-sitter parsers).
Currently, users have to manually switch from dev to semver and there's no indication that this is possible.
Rocks update doesn't promote dev plugins to semver.
It would be nice if there were an option to do this, e.g. :Rocks[!] promote {rock?} command (with completions for rocks that can be promoted).
Or, alternately, a prompt in :Rocks[!] update (or both).
Suggestions for a better name than promote are more than welcome!
The text was updated successfully, but these errors were encountered:
Sometimes plugins that previously only existed as
dev
plugins are published with semver releases later on (e.g. the tree-sitter parsers).Currently, users have to manually switch from
dev
to semver and there's no indication that this is possible.Rocks update
doesn't promotedev
plugins to semver.It would be nice if there were an option to do this, e.g.
:Rocks[!] promote {rock?}
command (with completions for rocks that can be promoted).Or, alternately, a prompt in
:Rocks[!] update
(or both).Suggestions for a better name than
promote
are more than welcome!The text was updated successfully, but these errors were encountered: