Shopify / shipit-engine

Deployment coordination
https://shopify.engineering/introducing-shipit
MIT License
1.42k stars 144 forks source link

Release 0.37.0 #1279

Closed atesgoral closed 2 years ago

atesgoral commented 2 years ago

Update CHANGELOG, bump minor version.

Had to do

brew install libpq
export PATH="/opt/homebrew/opt/libpq/bin:$PATH"

before I could bundle to update the lockfile because the pg gem failed to compile native extensions on M1.