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
{{ message }}
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.
Now that #57 has landed, we can have more than one project. But there's a problem: cargo's commits aren't being sorted into releases properly. The logs show commits being assigned multiple times, and then finally to master, since it's the last release that gets assigned to. My current guess is that the way that we assign commits to releases relies on Rust's branching model, which cargo doesn't share. More investigation needed.
The text was updated successfully, but these errors were encountered:
Related to #8
Now that #57 has landed, we can have more than one project. But there's a problem: cargo's commits aren't being sorted into releases properly. The logs show commits being assigned multiple times, and then finally to master, since it's the last release that gets assigned to. My current guess is that the way that we assign commits to releases relies on Rust's branching model, which cargo doesn't share. More investigation needed.
The text was updated successfully, but these errors were encountered: