You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it possible to read .bonsai.yml from github release assets instead of the tagged source code.
Releases without a .bonsai.yml file as part of its release assets would be silently ignored.
In fact, just remove the requirement for .bonsai.yml to have to exist in the default branch entirely and only require it to appear in releases as a release asset.
Benefits
This would make it possible to have test releases in github that do not get compiled publicly in bonsai.
makes it possible for CI/CD to validate/generate .bonsai.yml after release assets are built. Right now its .bonsai.yml has to be declared before binary assets are built, which is a bit backwards...
The text was updated successfully, but these errors were encountered:
Make it possible to read .bonsai.yml from github release assets instead of the tagged source code.
Releases without a .bonsai.yml file as part of its release assets would be silently ignored.
In fact, just remove the requirement for .bonsai.yml to have to exist in the default branch entirely and only require it to appear in releases as a release asset.
Benefits
The text was updated successfully, but these errors were encountered: