https://github.com/osquery/osquery logo
#core
Title
# core
t

theopolis

09/11/2020, 2:05 PM
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

seph

09/11/2020, 3:07 PM
The change log? Yeah, lemme find where I left it.
And by “script” I mean hacky golang mess 🙂
t

theopolis

09/11/2020, 3:15 PM
What other definition of "script" is there?
s

seph

09/11/2020, 3:18 PM
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
12 Views