Skip to content

Commit 937ba75

Browse files
committed
release steps: tweak for website changes
1 parent cd40f5a commit 937ba75

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,16 @@ We call this "soft" no-return because even staged artifacts can end up in local
107107

108108
### When everything is on maven central
109109

110-
**NOTE (Mar 2 2022):** at next release time, update these steps as needed to accomodate https://github.com/scala/scala-lang/pull/1344
111-
112-
- [ ] Prepare PR to https://github.com/scala/scala-lang/ (using scala/make-release-notes which requires a staged release and a pushed tag)
113-
- `download/index.md`
114-
- `_config.yml` (update devscalaversion or scalaversion)
115-
- `index.md` (update `currentScalaVersion`)
116-
- [ ] Prepare PR to https://github.com/scala/docs.scala-lang/
117-
- `api/all.md`, `_config.yml`, `_overviews/jdk-compatibility/overview.md`
118-
- also consider updating https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html
110+
- [ ] Prepare PR to https://github.com/scala/scala-lang/ (using scala/make-release-notes which requires a staged release and a pushed tag; refer to PR from previous release as a guide)
111+
- `_config.yml` (update scalaversion or devscalaversion)
112+
- `_data/scala-releases.yml`
113+
- new files in `_downloads` and `_posts`
114+
- [ ] Prepare PR to https://github.com/scala/docs.scala-lang/ (refer to PR from previous release as a guide)
115+
-`_config.yml`
116+
- `api/all.md`
117+
- `overviews/FAQ/index.md`
118+
- `contribute/bug-reporting-guide.md`
119+
- perhaps `_overviews/jdk-compatibility/overview.md` (online version: https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html)
119120
- [ ] Pre-announce the release on https://contributors.scala-lang.org/c/announcements
120121
- [ ] ~On major releases only: (manually) update the `current` symlink for the API docs~
121122
- ~https://github.com/scala/scala-dist/blob/2.13.x/scripts/jobs/release/website/update-api#L15~

0 commit comments

Comments
 (0)