Closed linux-china closed 5 months ago
Hello @linux-china,
I like the idea but i am thinking to provide the features as a function to and not add new table for each style in the schema for example
'SELECT * FROM commits WHERE commit_conventional(message) = "feat"'
This function can be implemented only on gitql and not in the gitql sdk
@linux-china Done, will be available on next release
Thank you, Amr Hesham
Fixed by 0.24. Thanks :)
Most developers adopt Conventional Commits for commit, such as
It's ok to add
type
column for commits table? If not Conventional Commits style, and type is null.With type column introduce, and it's easy to filter conventional commits.