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
As of today, this is partially fixed by #15. We only need a thing that pulls this: curl 'https://circleci.com/api/v1.1/project/github/otremblay/jkl/latest/artifacts?branch=master&circle-token='$CIRCLE_TOKEN
and puts it somewhere. Maybe like, github release or something, once the build has passed.
And/or make the build config clever so that it can check that it is on master, and go the extra step to call on Github to make a release if it is on master.
For the record: I'm cool with "all things committed to master become a release".
We should use CI to automatically generate binary and source code releases.
Perhaps I can contribute to this.
The text was updated successfully, but these errors were encountered: