Skip to content

Commit 6682fa2

Browse files
author
Seth Tisue
authored
Update template.md
1 parent 05b58f0 commit 6682fa2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

notes/releases/template.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ Key links:
3030
- [ ] Draft release notes (to be published once GitHub tag is pushed)
3131
- note that GitHub release notes drafts can only be viewed by committers, so use a gist to draft the notes, so the gist can be shared with the community
3232
- [ ] On contributors thread, link to release note gist and request feedback
33-
- [ ] Prepare PR to https://github.com/scala/scala-lang/ (using scala/make-release-notes)
33+
- [ ] Prepare PR to https://github.com/scala/scala-lang/ (using scala/make-release-notes which requires a staged release and a pushed tag)
34+
- `documentation/api.md`
35+
- `download/index.md`
36+
- `_config.yml` (update devscalaversion or scalaversion)
3437

3538
### N days before release
3639
- Announce no more PRs will be merged unless last-minute regressions are found. Re-iterate current nightly sha version for testing.
@@ -45,6 +48,8 @@ Key links:
4548
- https://scala-ci.typesafe.com/job/scala-2.13.x-integrate-windows/?
4649
- [ ] Check any merged PRs accidentally assigned to the next milestone in this branch, and re-assign them to this milestone
4750
- [ ] Merge in any older release branch
51+
- [ ] Check module versioning (is everything in versions.properties up to date?)
52+
- [ ] On major release, bump PickleFormat version
4853

4954
### Point of no return
5055
- Once sufficient time has passed since last merged PR (1-2 weeks depending on whether it's a maintenance or development branch), and core projects have tried out the candidate nightly, it's time to cut the release!
@@ -82,6 +87,8 @@ Key links:
8287
### When everything is on maven central
8388
- [ ] make sure the draft release notes are on GitHub tag: https://github.com/scala/scala/releases/tag/v$SCALA_VER
8489
- [ ] Pre-announce the release on https://contributors.scala-lang.org/c/announcements
90+
- [ ] On 2.13.0 only: (manually) update the `current` symlink for the API docs
91+
- https://github.com/scala/scala-dist/blob/2.13.x/scripts/jobs/release/website/update-api#L15
8592
- [ ] Check that the API docs are published
8693
- http://www.scala-lang.org/api/$SCALA_VER/
8794
- https://docs.scala-lang.org/api/all.html ?

0 commit comments

Comments
 (0)