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

Deployer release policy #1797

Closed
antonmedv opened this issue Jan 18, 2019 · 4 comments
Closed

Deployer release policy #1797

antonmedv opened this issue Jan 18, 2019 · 4 comments

Comments

@antonmedv
Copy link
Member

How often Deployer should be released?

@kanevbg
Copy link
Contributor

kanevbg commented Jan 25, 2019

Here is my opinion.

"As needed" where needed is considered to help the users as soon as possible whether by fixing bug or giving new feature.

New future: planned, developed, tested.
Bug: verified, fixed, tested.
At the end of the day everything tested gets released, no unnecessary hold.

Versioning may stay the same MAJOR.MINOR.PATCH.

Patch increases when the release has only fixes.

Minor changes when there is a change in the functionality (modified or new) but causes no breaking changes. Changes with small BC may be included here if it is possible to use migration algorithm which will auto-execute and self-verify for success.

Major changes when BC introduced and user should manually do changes to upgrade from previous version.

@krskrs
Copy link

krskrs commented Mar 7, 2019

Hi @antonmedv First, I'd like to thank you for developing this very good piece of software! I've a question, not directly related with this thread, but anyways, I've read in various comments that you're woking on some new interesting features for the 7.0 release. Will you commit the new code all together with the 7 release? Or is some 7.0 code already available somewhere on github and I just haven't been able to find it? Some sort of alpha/beta branches where one could see how is development going and/or contribute/comment?

@antonmedv
Copy link
Member Author

It's currently in my local next brunch. Then I will ready, I'll push it.

@antonmedv
Copy link
Member Author

I am cleaning up on issues. Fill free to reopen if needed.
Also, we have a new section available: discussions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants