YETUS-859. add release 0.10.0

Signed-off-by: Allen Wittenauer <aw@apache.org>
diff --git a/Formula/yetus.rb b/Formula/yetus.rb
index d07736f..e929334 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.9.0/apache-yetus-0.9.0-bin.tar.gz"
-  sha256 "a6192d9399f85958d680695bd38feef935d84f0bcf3b06aa47bfb55f48e955e8"
+  url "https://www.apache.org/dyn/closer.lua?path=/yetus/0.10.0/apache-yetus-0.10.0-bin.tar.gz"
+  sha256 "4795fc4b9b340c1a7c3ef29791c77d2a0e7edd8a8f33ba11fca0e21372b6894f"
 
   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."
diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml
index a0fe45e..0bbfa86 100644
--- a/asf-site-src/data/versions.yml
+++ b/asf-site-src/data/versions.yml
@@ -18,3 +18,4 @@
 releases:
   - '0.8.0'
   - '0.9.0'
+  - '0.10.0'
diff --git a/asf-site-src/pom.xml b/asf-site-src/pom.xml
index 27050c6..51fb6a7 100644
--- a/asf-site-src/pom.xml
+++ b/asf-site-src/pom.xml
@@ -90,6 +90,28 @@
             </configuration>
           </execution>
           <execution>
+            <id>0.10.0</id>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>symlink</goal>
+            </goals>
+            <configuration>
+              <target>../../target/0.10.0</target>
+              <newLink>${basedir}/source/documentation/0.10.0</newLink>
+            </configuration>
+          </execution>
+          <execution>
+            <id>0.10.0.html.md</id>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>symlink</goal>
+            </goals>
+            <configuration>
+              <target>../../target/0.10.0.html.md</target>
+              <newLink>${basedir}/source/documentation/0.10.0.html.md</newLink>
+            </configuration>
+          </execution>
+          <execution>
             <!-- we create a symlink of current version->in-progress.  This will cause
                  middle man to generate two copies of the output. -->
             <id>in-progress</id>