substrait-io / substrait

A cross platform way to express data transformation, relational algebra, standardized record expression and plans.
https://substrait.io
Apache License 2.0
1.18k stars 154 forks source link

ci: stop pinning conventional commits #655

Closed vbarua closed 3 months ago

vbarua commented 3 months ago

This was pinned in https://github.com/substrait-io/substrait/pull/644 to fix the release, but now it's broken again because it's pinned :sad:

In substrait-java unpinning fixed a similar issue: https://github.com/substrait-io/substrait-java/pull/267/files

There's probably a proper way to do this to have this stop happening generally, but my motivation actually figure out Javascript dependency weirdness is basically zero at this point.

vbarua commented 3 months ago

Closing in favour of https://github.com/substrait-io/substrait/pull/657