bebop / poly

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

Create nightly, dev, and stable build channels #423

Closed carreter closed 9 months ago

carreter commented 9 months ago

Describe the desired feature/enhancement

Set up a CI/CD system that is triggered:

Is your feature request related to a problem?

Would simplify the release workflow and allow users to choose between different levels of stability/new features tradeoffs.

Describe the solution you'd like

Ideally this will be done using a new CI/CD system as suggested in #365, which for now means this issue is blocked by #365.

Describe alternatives you've considered (optional)

Additional context

@TimothyStiles suggested this and I really like this idea!

carreter commented 9 months ago

Nightly builds were introduced by #429. We won't be doing dev and stable build channels for now, as we are too early in the development cycle to see much of an advantage.