You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notes/releases/template.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,10 @@ Key links:
30
30
-[ ] Draft release notes (to be published once GitHub tag is pushed)
31
31
- 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
32
32
-[ ] 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)
34
37
35
38
### N days before release
36
39
- Announce no more PRs will be merged unless last-minute regressions are found. Re-iterate current nightly sha version for testing.
-[ ] Check any merged PRs accidentally assigned to the next milestone in this branch, and re-assign them to this milestone
47
50
-[ ] 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
48
53
49
54
### Point of no return
50
55
- 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:
82
87
### When everything is on maven central
83
88
-[ ] make sure the draft release notes are on GitHub tag: https://github.com/scala/scala/releases/tag/v$SCALA_VER
84
89
-[ ] 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
0 commit comments