bebop / poly

A Go package for engineering organisms.
https://pkg.go.dev/github.com/bebop/poly
MIT License
659 stars 68 forks source link

Migrate to the `just` build system and add release tooling #429

Closed carreter closed 6 months ago

carreter commented 6 months ago

Changes in this PR

Why are you making these changes?

Having a unified build system will make it easier for devs to replicate what happens in our CI/CD systems locally. Also automation is good (generally)!

Are any changes breaking? (IMPORTANT)

No, these are purely devops changes

Pre-merge checklist

All of these must be satisfied before this PR is considered ready for merging. Mergeable PRs will be prioritized for review.

ethanholz commented 6 months ago

@carreter per your request in the Discord I took a look at this and it looks great! Looks like your tests ran correctly too which is the big win!