Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.5.0 & 3.5.1-RC2 Release procedure #21368

Closed
42 of 44 tasks
Kordyjan opened this issue Aug 12, 2024 · 2 comments
Closed
42 of 44 tasks

3.5.0 & 3.5.1-RC2 Release procedure #21368

Kordyjan opened this issue Aug 12, 2024 · 2 comments
Assignees
Labels
itype:meta Issues about process/similar

Comments

@Kordyjan
Copy link
Contributor

Kordyjan commented Aug 12, 2024

Publish 3.5.0 artifacts to Maven Central via CI:

  • On release-3.5.0 branch:
    • In Build.scala: Set baseVersion to 3.5.0
    • In changelogs add file with a changelog
    • Set the TASTy version to 28.5-0
  • Tag the branch as `3.5.0
  • Build

Publish 3.5.1-RC2 artifacts to Maven Central via CI:

  • On release-3.5.1 branch
    • In Build.scala: Set baseVersion to 3.5.1-RC2
    • In Build.scala: Set referenceVersion to 3.5.0
    • In changelogs add file with a changelog
  • Tag the branch as 3.5.1-RC2
  • Build

Set bootstrapping for future versions version on main:

  • In Build.scala: Set referenceVersion to 3.5.1-RC2:
  • Check and update project/MiMaFilters.scala

Confirm that the tooling is working correctly:

  • Metals:
    • 3.5.0
    • 3.5.1-RC2
  • Scala Native:
    • 3.5.0
    • 3.5.1-RC2
  • Scastie:
    • 3.5.0
    • 3.5.1-RC2
  • Scala DAP:
    • 3.5.0
    • 3.5.1-RC2
  • Scala CLI:
    • 3.5.0
    • 3.5.1-RC2

Update the ecosystem:

Prepare the documentation:

Announce the releases:

@Kordyjan Kordyjan added the itype:meta Issues about process/similar label Aug 12, 2024
@Kordyjan Kordyjan self-assigned this Aug 12, 2024
@adpi2
Copy link
Member

adpi2 commented Aug 14, 2024

I deployed Scastie with support for both versions. The release of DAP is also in progress.

@adpi2
Copy link
Member

adpi2 commented Aug 14, 2024

DAP is released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
itype:meta Issues about process/similar
Projects
None yet
Development

No branches or pull requests

3 participants