-
-
Notifications
You must be signed in to change notification settings - Fork 854
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
Release Strategy #1772
Comments
cc @clason @mjlbach (if you wanna chat about) @Conni2461 (when you're done with exams) cc anyone else who wants to chat about it. |
Will bugfixes be backported to |
No, nothing is ever backported |
Then I'm not sure you need a separate branch. |
So the reason for |
Yeah, but can't you do the same with a tag? ( My argument against a branch is that it carries the (weak) implicit promise that it will be updated. |
sure, we can do a tag instead, some people don't like using tags mutably though :) |
(I do not care, I just want to use nightly features and not have anyone worry about doing different versions) |
Those people wouldn't be using Neovim, then ;) I assume you will follow the same release strategy for plenary? |
Yeah, that seems fine with me |
My exams are over and i finally have a month of free time. So I will most likely try to work 2 days per week on telescope + org and plenary. |
@clason
You have to force while fetching, which is a bad idea in general.
For that reason it's probably best to use a branch, which is something that's expected to move forward over time. |
With #1938 i dont think we need this anymore It will bring a 0.1.0 tag and probably a 0.1-release branch for long term support. IMO currently there is no need for bumping the minimum neovim version to nightly. I'd like to close this CC @tjdevries |
I think we could consider moving the master branch to track nightly after the initial release but this will only work if users actually switch to None the less, i will be the one that currently maintains the project so i will just pick what works for me best which is the method described above. I will communicate this on the release date. Closing as this discussion is in my opinion resolved |
My Proposal for a release strategy for telescope, until we are ready to release actual "versions" of telescope (such as
0.1.0
which have a defined set of neovim versions that they support).The text was updated successfully, but these errors were encountered: