Repository: apex-site Updated Branches: refs/heads/master 9bb952452 -> a81342e1c
releases.json update instructions are broken. Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/a81342e1 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/a81342e1 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/a81342e1 Branch: refs/heads/master Commit: a81342e1c8e3f0485a22c0faf6aa8e8c3e5cd89e Parents: 9bb9524 Author: Thomas Weise <[email protected]> Authored: Sat Apr 1 08:25:39 2017 -0700 Committer: Thomas Weise <[email protected]> Committed: Sat Apr 1 08:25:39 2017 -0700 ---------------------------------------------------------------------- README.md | 4 ++++ releases.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/a81342e1/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 63df195..8e3b89e 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ This way you make your change and refresh the page to see the effect immediately Updating Downloads Page ----------------------- +The instructions below to automatically update releases are currently broken: APEXCORE-469 + +Until that is resolved, update the file manually. To find the release date, use `git cat-file tag <tagname>` + The downloads page uses the content of `./releases.json` to populate the tables found there. Care has been taken to automatically generate this releases.json file. To do so, run: http://git-wip-us.apache.org/repos/asf/apex-site/blob/a81342e1/releases.json ---------------------------------------------------------------------- diff --git a/releases.json b/releases.json index f5bc230..007cfd0 100644 --- a/releases.json +++ b/releases.json @@ -21,7 +21,7 @@ "version": "3.7.0", "docs": "3.7", "repo": "apex-malhar", - "date": 1490679591000 + "date": 1491025960000 }, { "version": "3.6.0",
