A small followup:
8. Changelog help: It's hard to write a change log when there are lots of contributions. Something helpful is to see the commits between now and the last release tag, then copy/paste from there, for example:
git log HEAD...0.48-2 > log.txt
will output all commit messages from the current master HEAD commit back to the 0.48-2 release tag.
I believe the openFrameworks teams uses a variant of this approach.
On Sep 11, 2018, at 12:49 PM, Dan Wilcox danomatika@gmail.com wrote:
Howdy Miller and all,
Just some quick thoughts on git & github workflows for Pd.
-------- Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/