[PD-dev] Thoughts on git & github workflows

Dan Wilcox danomatika at gmail.com
Tue Sep 11 14:42:56 CEST 2018


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 at 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/>



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20180911/1f798a46/attachment-0001.html>


More information about the Pd-dev mailing list