sustainable-computing-io / kepler

Kepler (Kubernetes-based Efficient Power Level Exporter) uses eBPF to probe performance counters and other system stats, use ML models to estimate workload energy consumption based on these stats, and exports them as Prometheus metrics
https://sustainable-computing.io
Apache License 2.0
1.06k stars 170 forks source link

Consider enforcing Conventional Commits #1502

Closed dave-tucker closed 1 day ago

dave-tucker commented 1 month ago

What would you like to be added?

See: https://www.conventionalcommits.org/en/v1.0.0/

Why is this needed?

With this, tooling could be used that performs automatic changelog generation etc.. like https://github.com/googleapis/release-please

vprashar2929 commented 1 week ago

@dave-tucker I was looking at the current workflow and it doesn't do justice in terms of checking the conventional commits. I was looking at this and believe this would work. Wdyt?

vprashar2929 commented 1 day ago

closing as #1596 is merged