Repository: yetus Updated Branches: refs/heads/master 3dee942c8 -> 293c23e30
YETUS-669. add release 0.8.0 - list in releases - add symlinks for per-version generated docs Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/293c23e3 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/293c23e3 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/293c23e3 Branch: refs/heads/master Commit: 293c23e303c19f33ebd745679fa842486ec9d9b7 Parents: 3dee942 Author: Allen Wittenauer <[email protected]> Authored: Thu Aug 30 14:46:28 2018 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Thu Aug 30 14:46:46 2018 -0700 ---------------------------------------------------------------------- Formula/yetus.rb | 4 ++-- asf-site-src/data/versions.yml | 1 + asf-site-src/source/documentation/0.8.0 | 1 + asf-site-src/source/documentation/0.8.0.html.md | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/293c23e3/Formula/yetus.rb ---------------------------------------------------------------------- diff --git a/Formula/yetus.rb b/Formula/yetus.rb index 7e4973a..0be094d 100644 --- a/Formula/yetus.rb +++ b/Formula/yetus.rb @@ -18,8 +18,8 @@ class Yetus < Formula desc 'Enable contribution and release processes for software projects' homepage 'https://yetus.apache.org/' - url 'https://www.apache.org/dyn/closer.lua?path=/yetus/0.7.0/yetus-0.7.0-bin.tar.gz' - sha256 '619655979b9c05c0f739d43dbf7bcf657d90239a6577e1b167aceb6596bb506d' + url 'https://www.apache.org/dyn/closer.lua?path=/yetus/0.8.0/yetus-0.8.0-bin.tar.gz' + sha256 'dea3bcec00c54ff27bcdc3f829749c3ea13bacdcd048792f6aae486ecf2e022e' option 'with-all', 'Build with all dependencies. Note that some dependencies such as '\ 'Perl::Critic, Pylint, RuboCop and ruby-lint still need to be installed manually.' http://git-wip-us.apache.org/repos/asf/yetus/blob/293c23e3/asf-site-src/data/versions.yml ---------------------------------------------------------------------- diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml index 3076546..e0f0d2a 100644 --- a/asf-site-src/data/versions.yml +++ b/asf-site-src/data/versions.yml @@ -17,3 +17,4 @@ releases: - '0.6.0' - '0.7.0' + - '0.8.0' http://git-wip-us.apache.org/repos/asf/yetus/blob/293c23e3/asf-site-src/source/documentation/0.8.0 ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/0.8.0 b/asf-site-src/source/documentation/0.8.0 new file mode 120000 index 0000000..19c8120 --- /dev/null +++ b/asf-site-src/source/documentation/0.8.0 @@ -0,0 +1 @@ +../../../target/0.8.0 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/yetus/blob/293c23e3/asf-site-src/source/documentation/0.8.0.html.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/0.8.0.html.md b/asf-site-src/source/documentation/0.8.0.html.md new file mode 120000 index 0000000..1aa7448 --- /dev/null +++ b/asf-site-src/source/documentation/0.8.0.html.md @@ -0,0 +1 @@ +../../../target/0.8.0.html.md \ No newline at end of file
