Repository: yetus Updated Branches: refs/heads/master d8795e0fb -> 834d7a470
YETUS-565. add release 0.6.0 - list in releases - add symlinks for middleman 3 workaround of per-version generated docs Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/834d7a47 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/834d7a47 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/834d7a47 Branch: refs/heads/master Commit: 834d7a470993b38be81287c8d5a79763194da4f6 Parents: d8795e0 Author: Sean Busbey <[email protected]> Authored: Tue Oct 31 09:14:00 2017 -0500 Committer: Sean Busbey <[email protected]> Committed: Wed Nov 1 11:07:04 2017 -0500 ---------------------------------------------------------------------- .rat-excludes | 2 ++ asf-site-src/data/versions.yml | 1 + asf-site-src/source/documentation/0.6.0 | 1 + asf-site-src/source/documentation/0.6.0.html.md | 1 + 4 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/834d7a47/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index fb9e989..f8f39d2 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -12,3 +12,5 @@ VERSION 0.4.0.html.md 0.5.0 0.5.0.html.md +0.6.0 +0.6.0.html.md http://git-wip-us.apache.org/repos/asf/yetus/blob/834d7a47/asf-site-src/data/versions.yml ---------------------------------------------------------------------- diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml index a6d0f19..4bd15b9 100644 --- a/asf-site-src/data/versions.yml +++ b/asf-site-src/data/versions.yml @@ -17,3 +17,4 @@ releases: - '0.4.0' - '0.5.0' + - '0.6.0' http://git-wip-us.apache.org/repos/asf/yetus/blob/834d7a47/asf-site-src/source/documentation/0.6.0 ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/0.6.0 b/asf-site-src/source/documentation/0.6.0 new file mode 120000 index 0000000..fd09f47 --- /dev/null +++ b/asf-site-src/source/documentation/0.6.0 @@ -0,0 +1 @@ +../../../target/0.6.0/ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/yetus/blob/834d7a47/asf-site-src/source/documentation/0.6.0.html.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/0.6.0.html.md b/asf-site-src/source/documentation/0.6.0.html.md new file mode 120000 index 0000000..3a0f567 --- /dev/null +++ b/asf-site-src/source/documentation/0.6.0.html.md @@ -0,0 +1 @@ +../../../target/0.6.0.html.md \ No newline at end of file
