Skip to content
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

Why release cadence isn't regular? #538

Closed
sum-elier opened this issue Sep 26, 2020 · 2 comments · Fixed by #806
Closed

Why release cadence isn't regular? #538

sum-elier opened this issue Sep 26, 2020 · 2 comments · Fixed by #806
Labels
question Further information is requested

Comments

@sum-elier
Copy link
Contributor

sum-elier commented Sep 26, 2020

What's the reason behind a slow release cadence?

Was wondering if it would be possible to have weekly, bi weekly, or similar, release cadence because since the last release there have been so many nice improvements and fixes to the library, and even the examples, that it would be beneficial to integrate them with existing projects making use of this library. Right now, and I suspect I am may be wrong, the only 2 ways to integrate these new changes is by declaring the library dependency as either a git ref or as a path to a local version of the repository.

Having a faster release cadence allows to detect bugs faster, upgrade dependents easier, take advantage of the improvements and so forth. Unless, of course, there's a reason not to do it this way.

So, is this idea viable?

@hecrj hecrj added the question Further information is requested label Sep 29, 2020
@valbendan
Copy link
Contributor

valbendan commented Nov 5, 2020

I think a faster and predict release cadence is good for us.

Since the library is far from 1.0 version, user should NOT expect compatibility guarantees.

The 0.1 version has been around for a long time, and there are many features already in the dev branch(eg: #587 )。

Maybe @hecrj have high standard, but at lease we can release alpha version and we can use feature gate to indicated the unstable features.

@oovm
Copy link

oovm commented Nov 25, 2020

Can a regular github action be used to update the patch version number every week.

Significant improvements and changelog can be given with the minor version number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
4 participants