This is an automated email from the ASF dual-hosted git repository.
mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/master by this push:
new e8352ec Adding draft release notes for 2.0.0 (#22)
e8352ec is described below
commit e8352ecbdfcc4e23920b95a42a8eea10d01168de
Author: Mike Walch <[email protected]>
AuthorDate: Tue Sep 5 15:26:57 2017 -0400
Adding draft release notes for 2.0.0 (#22)
---
_config.yml | 1 +
_layouts/release.html | 4 ++++
_posts/release/2017-09-05-accumulo-2.0.0.md | 12 ++++++++++++
3 files changed, 17 insertions(+)
diff --git a/_config.yml b/_config.yml
index 2df7621..a9def2c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,6 +15,7 @@ url: "https://accumulo.apache.org" # the base hostname &
protocol for your site
twitter_username: ApacheAccumulo
exclude: [vendor]
latest_minor_release: 1.8
+latest_release: 1.8.1
num_home_posts: 5
# Build settings
diff --git a/_layouts/release.html b/_layouts/release.html
index 5c3d856..b76ff0c 100644
--- a/_layouts/release.html
+++ b/_layouts/release.html
@@ -3,6 +3,10 @@ layout: default
---
<p>{{ page.date | date_to_string }}</p>
+{% if page.unreleased %}
+<div class="alert alert-danger" style="margin-bottom: 0px;" role="alert">These
are draft release notes for a future release of Accumulo! <a href="{{
site.baseurl }}/release/accumulo-{{ site.latest_release }}/">View the latest
release notes</a>.</div>
+{% endif %}
+
{{ content }}
<p><strong>View all releases in the <a href="{{ site.baseurl
}}/release/">archive</a></strong></p>
diff --git a/_posts/release/2017-09-05-accumulo-2.0.0.md
b/_posts/release/2017-09-05-accumulo-2.0.0.md
new file mode 100644
index 0000000..8fe8db6
--- /dev/null
+++ b/_posts/release/2017-09-05-accumulo-2.0.0.md
@@ -0,0 +1,12 @@
+---
+title: Apache Accumulo 2.0.0
+unreleased: true
+---
+
+## Major Changes
+
+## Other Notable Changes
+
+## Upgrading
+
+## Testing
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].