Browse Source

Provide a link to the next release

Kevin van Zonneveld 9 years ago
parent
commit
72bf9592c6
2 changed files with 6 additions and 3 deletions
  1. 1 1
      CHANGELOG.md
  2. 5 2
      website/themes/uppy/layout/example.ejs

+ 1 - 1
CHANGELOG.md

@@ -54,7 +54,7 @@ Scheduled to be released: May 02, 2016
 
 ## 0.0.4 
 
-Scheduled to be released: April 04, 2016
+<a name="next"></a> Scheduled to be released: April 04, 2016
 
 - [ ] google: Add Google Drive plugin unit test (@hedgerh)
 - [ ] google: Add a working Google Drive example (without Modal, via e.g. `target: "div#on-my-page"`) (@hedgerh)

+ 5 - 2
website/themes/uppy/layout/example.ejs

@@ -11,8 +11,11 @@
     <br />
     We're on a monthly monthly release cycle and our latest version is
     <a href="https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#<%- theme.uppy_version_anchor %>">v<%- theme.uppy_version %></a>,
-    but the example pages reflect the latest work in our master branch, so here's
-    <a href="https://github.com/transloadit/uppy/compare/v<%- theme.uppy_version %>...master">what changed since v<%- theme.uppy_version %></a>.
+    but the example pages reflect the latest work in our master branch. Here's
+    <a href="https://github.com/transloadit/uppy/compare/v<%- theme.uppy_version %>...master">what changed in master since v<%- theme.uppy_version %></a>
+    in terms of commits, while the CHANGELOG
+    provides a higher level view of this things planned for our
+    <a href="https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#next">next release</a>.
   </p>