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
I love that you guys are iterating fast but as someone who is trying to maintain their own tools it makes it really hard to keep everything up to date when the release notes are: "Auto release"
In particular if releases just specified something like this it would help:
"Behavior from com.this.Class moved to com.this.OtherClass"
In this case I was using buildToolHelper.waitForHub and that was moved to assertBomImportScanStartedThenFinished which I only found because ReportRequestServiceTestIT still had waitForHub in it
The text was updated successfully, but these errors were encountered:
@imbeyondboredom we are open to the idea of automating this somehow, but we did the auto release to speed up the manual clicking of the release. If there was some way to publish the changes automatically we would be happy to!
Maybe a short summary for new major versions wouldn't be too much manual work. This would also help to keep up to date on what is going on in this project.
I love that you guys are iterating fast but as someone who is trying to maintain their own tools it makes it really hard to keep everything up to date when the release notes are: "Auto release"
In particular if releases just specified something like this it would help:
"Behavior from com.this.Class moved to com.this.OtherClass"
In this case I was using buildToolHelper.waitForHub and that was moved to assertBomImportScanStartedThenFinished which I only found because ReportRequestServiceTestIT still had waitForHub in it
The text was updated successfully, but these errors were encountered: