This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit b704e5a28df7d1db6ed7a8323d64666e16db7e53 Author: Ahmet Altay <[email protected]> AuthorDate: Thu Jul 19 13:36:25 2018 -0700 Add a page for release cadence --- src/_includes/section-menu/community.html | 1 + src/community/policies.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/src/_includes/section-menu/community.html b/src/_includes/section-menu/community.html index b00e252..ea5e860 100644 --- a/src/_includes/section-menu/community.html +++ b/src/_includes/section-menu/community.html @@ -12,6 +12,7 @@ <li><span class="section-nav-list-main-title">Community</span></li> <li><a href="{{ site.baseurl }}/community/contact-us">Contact Us</a></li> +<li><a href="{{ site.baseurl }}/community/policies">Policies</a></li> <li><a href="{{ site.baseurl }}/community/youtube-channel">YouTube channel</a></li> <li> <span class="section-nav-list-title">Promotion</span> diff --git a/src/community/policies.md b/src/community/policies.md new file mode 100644 index 0000000..229f99f --- /dev/null +++ b/src/community/policies.md @@ -0,0 +1,27 @@ +--- +layout: section +title: "Policies" +permalink: /community/policies/ +section_menu: section-menu/community.html +--- +<!-- +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> + +# Policies + +This page contains list of major policies agreed by the Apache Beam community. + +## Releases + +Apache Beam makes minor releases every 6 weeks. Apache Beam has a [calendar](https://calendar.google.com/calendar/embed?src=0p73sl034k80oob7seouanigd0%40group.calendar.google.com&ctz=America%2FLos_Angeles) for cutting the next release branch. Once a release branch is cut community works on quickly finalizing that release.
