Skip to content

Commit c521346

Browse files
committed
add release date to download page
1 parent 3210966 commit c521346

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/downloads-scala2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p>Are you looking for <a href="{{ site.baseurl }}/download/all.html">another release</a> of Scala?</p>
1+
<p>Released <b>{{page.release_date}}</b>. See <a href="{{ site.baseurl }}/download/all.html">all releases</a>.</p>
22
<h3>Release Notes</h3>
33
For a summary of important changes, see the <a href="https://github.com/scala/scala/releases">GitHub release notes</a>.
44
<br/><small>(Or consult our archive of <a href="{{ site.baseurl }}/blog/announcements/">older release

_includes/downloads-scala3.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p>Are you looking for <a href="{{ site.baseurl }}/download/all.html">another release</a> of Scala?</p>
1+
<p>Released <b>{{page.release_date}}</b>. See <a href="{{ site.baseurl }}/download/all.html">all releases</a>.</p>
22
<br/>
33
<p>Scala binaries for <strong>{{page.release_version}}</strong> are available at <a href="https://github.com/scala/scala3/releases/tag/{{page.release_version}}">github</a>.</p>
44

0 commit comments

Comments
 (0)