deephaven-examples / deephaven-ib

An Interactive Brokers integration for Deephaven
Apache License 2.0
64 stars 27 forks source link

ci: Workflow to check PR for conventional commit format #123

Closed chipkent closed 5 months ago

chipkent commented 5 months ago

I also noticed that with GitHub's automated release notes, you can actually configure it to use the labels to categorize PRs. That could be useful if there's hesitation to using conventional commits. One advantage of conventional commits is that you can easily handle automatic version bumping (we use cocogitto), which I don't think GitHub can do.

See https://github.com/deephaven/deephaven-core/pull/5528