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.
Howdy Miller and all,
Just some quick thoughts on git & github workflows for Pd.