I want to try out the change log generation script...
# core
t
I want to try out the change log generation script this time :D
@seph did you write a script to produce this change? https://github.com/osquery/osquery/pull/6492
s
The change log? Yeah, lemme find where I left it.
And by “script” I mean hacky golang mess 🙂
t
What other definition of "script" is there?
s
bash
I left some hooks to take the tags on the commit, and try to guess what the CHANGELOG section should be. Right now it only ever returns “FIXME” but there’s a function waiting
Anyhow. I think we should approve and merge that. and you can try it.
It is… vastly more complicated than
git log --oneline
because we have rebase commits and I got fancy