From: Oleg B. <ph...@ph...> - 2014-07-22 05:51:47
|
On Mon, Jul 21, 2014 at 11:57:29PM +0200, Oleg Broytman <ph...@ph...> wrote: > Along with full history and development repositories at github there > will be a documentation repository with generated docs. Actually, it's > already there; docs are visible at http://sqlobject.github.io/ . I forgot to mention that I've register an "organization" at github called, naturally, "sqlobject": https://github.com/sqlobject . Thanks goodness it was free. > Currently I am developing a git workflow (if there will be any). > Perhaps I preserve the current workflow. With it, master will be the new > trunk with all the latest unstable code; from it stable branches will be > branched off. With such workflow it'd be a bit hard to merge pull > requests directly from github web interface; I think I'll merge them > locally and then push merges. Or may be I should adapt linux-like forkflow. With it, branch 1.5 would become master, stable or oldstable, 1.6 -- master or stable, 1.7 -- next or master, and 2.0 -- next or pu (proposed updates). Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |