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
The gitHubCheckMilestoneHasNoOpenIssues Gradle task can check if a given milestone has any open issues associated with it.
Currently it looks at the version provided in the nextVersion parameter.
We should make the nextVersion parameter optional and as a default look up the next version using the gitHubNextReleaseMilestone Gradle task.
The
gitHubCheckMilestoneHasNoOpenIssues
Gradle task can check if a given milestone has any open issues associated with it.Currently it looks at the version provided in the
nextVersion
parameter.We should make the
nextVersion
parameter optional and as a default look up the next version using thegitHubNextReleaseMilestone
Gradle task.Related to gh-9693 and gh-10451
The text was updated successfully, but these errors were encountered: