scala / scala-dev

Scala 2 team issues. Not for user-facing bugs or directly actionable user-facing improvements. For build/test/infra and for longer-term planning and idea tracking. Our bug tracker is at https://github.com/scala/bug/issues
Apache License 2.0
130 stars 15 forks source link

Add Scala Steward step to release tracking template #799

Closed fthomas closed 2 years ago

fthomas commented 2 years ago

A new step about unblocking new Scala versions in Scala Steward should be added to https://github.com/scala/scala-dev/blob/scala-dev/.github/ISSUE_TEMPLATE/release.md. To unblock a new Scala version, the version numbers in https://github.com/scala-steward-org/scala-steward/blob/5b07442a61912dc7526a7559658cb8f4613560f4/modules/core/src/main/resources/default.scala-steward.conf#L7-L17 need to be bumped to the next unreleased version. See also https://contributors.scala-lang.org/t/coordinate-compiler-and-tooling-releases/5312/45.

SethTisue commented 2 years ago

PR: #804