Skip to content

add scala-debug-adapter to release steps #846

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

Merged
merged 1 commit into from
Jun 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ We call this "soft" no-return because even staged artifacts can end up in local
- [ ] [wartremover](https://github.com/wartremover/wartremover/issues)
- [ ] [acyclic](https://github.com/com-lihaoyi/acyclic/issues)
- [ ] [Ammonite](https://github.com/com-lihaoyi/Ammonite/issues)
- [ ] [scala-debug-adapter](https://github.com/scalacenter/scala-debug-adapter)
- [ ] (Lightbend) [lightbend/genjavadoc](https://github.com/lightbend/genjavadoc/issues)
- in addition to publishing, PR the addition of the new version to CI and add a patch file so nightlies of the next version work in the community build

Expand All @@ -164,6 +165,7 @@ Before proceeding any further, wait for the ecosystem to catch up.
- [ ] Wait for Metals to publish
- [ ] Wait for kind-projector to publish
- [ ] Wait for scoverage to publish
- [ ] Wait for scala-debug-adapter to publish
- Downstream signoffs:
- [ ] Ask the Scala Center to sign off (Julien, or Seb)
- [ ] Ask VirtusLab to sign off (Tomasz, or Krzysztof)
Expand Down