Please hold commits into master for just a bit longer.
Please hold commits into master for just a bit longer.
I have just deleted the 5.8-dev branch. The master branch is now open.
Feel free to create branches as needed for your own projects.
Would it be easier to invert the process, and have dedicated releases branches and then master never needs to be frozen?
I think with the release branch approach master is the place for
finished projects being tested, sort of what it is now, it's just that
instead of people having to switch between "ok to use master" and "not
ok to use master", it's always ok to use master - all you have to do
is not put new breaky stuff in the release branch, which no one
would do by accident anyway.
The usual way to do this today:
master as stable.
develop as unstable.
release as pre-stable.
Some visualization of it: https://blog.seibert-media.net/wp-content/uploads/2014/03/Gitflow-Workflow-3.png
It doesn't matter how stable or unstable develop-branch becomes, but master has to be stable and reliable all the time, always.
--
You received this message because you are subscribed to the Google Groups "leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leo-editor+unsubscribe@googlegroups.com.
To post to this group, send email to leo-e...@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.
Although the Leo way is working, it might be advantageous to
adopt what has become standard, making potential contributors
more comfortable: working on a develop branch instead of master.Along these lines, issuing pull requests instead of pushing is agood way for changes to be vetted.I was interested to see that Jim Fulton issues pull requests forhis changes to his own code base, allowing users to see whathe is up to.Certainly hard to know the cost/benefit of any of this stuff.
Any other comments?
Just that I'm grateful for all comments in the thread. It's helped me gain a little elevation :-)