Skip to content

Commit

Permalink
Update some url (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 31, 2021
1 parent d1049ea commit 1336bce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Be mindful of others' schedules; even minor releases make work downstream (for S
- [ ] On 2.13.0 only: (manually) update the `current` symlink for the API docs
- https://github.com/scala/scala-dist/blob/2.13.x/scripts/jobs/release/website/update-api#L15
- [ ] Check that the API docs are published
- http://www.scala-lang.org/api/$SCALA_VER/
- https://www.scala-lang.org/api/$SCALA_VER/
- https://docs.scala-lang.org/api/all.html ?
- if they don't show up, possible troubleshooting steps include:
- review the two scala-dist job logs to make sure that
Expand Down Expand Up @@ -139,7 +139,7 @@ Be mindful of others' schedules; even minor releases make work downstream (for S

### Afterwards
- [ ] Check the release on maven search (may take a few hours):
- https://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang%20v%3A$SCALA_VER
- https://search.maven.org/search?q=g:org.scala-lang%20AND%20v:$SCALA_VER
- [ ] Create PR to add/update spec links on scala-lang.org (example: https://github.com/scala/scala-lang/pull/1050)
- [ ] Create a scala/scala PR to:
- [ ] update `starr.version` in `/versions.properties`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ The issue tracker in this repository is used to coordinate
and plan the ongoing work on the Scala 2.x major releases.

The canonical repository for the Scala distribution itself
is [scala/scala](http://github.com/scala/scala).
is [scala/scala](https://github.com/scala/scala).

The list of [planned milestones](https://github.com/scala/scala/milestones)
in `scala/scala` and the [release theme issues](https://github.com/scala/scala-dev/issues/324) in this tracker
show how we are progressing towards the plans in our [Roadmap](http://scala-lang.org/news/roadmap-2.13.html).
show how we are progressing towards the plans in our [Roadmap](https://scala-lang.org/news/roadmap-2.13.html).

0 comments on commit 1336bce

Please sign in to comment.