-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
T̶a̶g̶ ̶n̶e̶w̶ ̶r̶e̶l̶e̶a̶s̶e̶ Add more frequent rc pre-releases #354
Comments
👍 100% on board. What if in addition to releases, we had more frequent pre-releases which would be postfixed with '-rc-0,1,2,etc'. This way, those of us who like to live dangerously can without the uncertainty of a new docker pull breaking something without our knowledge. |
I think time-based releases are better than feature-based. It feels like the modern way to do things, and a) motivates the developers to keep things release-ready at all times and b) ensures regular releases to the public. Maybe using "rc" releases whenever something feels not quite stable or tested enough is a good compromise that both gets these benefits while also making it easy for less adventurous people to identify the stable releases. |
On a related note, I think we should stop pushing master as the |
Sure, makes sense. Could someone PR an amendment to the CircleCI script to make that happen? |
I'm personally not a fan of time-based releases because it adds more work for the maintainers (eg. me) |
Closing this, because:
|
The only way to use the latest alpine build is to run off of latest - I'd like to be able to pin a stable release :)
The text was updated successfully, but these errors were encountered: