File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Be mindful of others' schedules; even minor releases make work downstream (for S
107
107
- [ ] On 2.13.0 only: (manually) update the ` current ` symlink for the API docs
108
108
- https://github.com/scala/scala-dist/blob/2.13.x/scripts/jobs/release/website/update-api#L15
109
109
- [ ] Check that the API docs are published
110
- - http ://www.scala-lang.org/api/$SCALA_VER/
110
+ - https ://www.scala-lang.org/api/$SCALA_VER/
111
111
- https://docs.scala-lang.org/api/all.html ?
112
112
- if they don't show up, possible troubleshooting steps include:
113
113
- review the two scala-dist job logs to make sure that
@@ -139,7 +139,7 @@ Be mindful of others' schedules; even minor releases make work downstream (for S
139
139
140
140
### Afterwards
141
141
- [ ] Check the release on maven search (may take a few hours):
142
- - https://search.maven.org/# search%7Cga%7C1%7Cg%3Aorg .scala-lang%20v%3A $SCALA_VER
142
+ - https://search.maven.org/search?q=g:org .scala-lang%20AND%20v: $SCALA_VER
143
143
- [ ] Create PR to add/update spec links on scala-lang.org (example: https://github.com/scala/scala-lang/pull/1050 )
144
144
- [ ] Create a scala/scala PR to:
145
145
- [ ] update ` starr.version ` in ` /versions.properties `
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ The issue tracker in this repository is used to coordinate
6
6
and plan the ongoing work on the Scala 2.x major releases.
7
7
8
8
The canonical repository for the Scala distribution itself
9
- is [ scala/scala] ( http ://github.com/scala/scala) .
9
+ is [ scala/scala] ( https ://github.com/scala/scala) .
10
10
11
11
The list of [ planned milestones] ( https://github.com/scala/scala/milestones )
12
12
in ` scala/scala ` and the [ release theme issues] ( https://github.com/scala/scala-dev/issues/324 ) in this tracker
13
- show how we are progressing towards the plans in our [ Roadmap] ( http ://scala-lang.org/news/roadmap-2.13.html) .
13
+ show how we are progressing towards the plans in our [ Roadmap] ( https ://scala-lang.org/news/roadmap-2.13.html) .
14
14
You can’t perform that action at this time.
0 commit comments