added release html page and link in community
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/e7d42e3c Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/e7d42e3c Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/e7d42e3c Branch: refs/heads/master Commit: e7d42e3c8f075acc3be92097da1898ebf04091f8 Parents: 407756c Author: Andy Perlitch <[email protected]> Authored: Tue Nov 10 09:26:20 2015 -0800 Committer: Thomas Weise <[email protected]> Committed: Tue Nov 10 18:13:17 2015 -0800 ---------------------------------------------------------------------- src/md/community.md | 8 ++++++-- src/pages/release.html | 9 +++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/e7d42e3c/src/md/community.md ---------------------------------------------------------------------- diff --git a/src/md/community.md b/src/md/community.md index 915da09..8741334 100644 --- a/src/md/community.md +++ b/src/md/community.md @@ -8,14 +8,18 @@ The following mailing lists can be used to get help with Apex. - [[email protected]](http://mail-archives.apache.org/mod_mbox/incubator-apex-commits/) is for commit messages and patches to apex. [subscribe](mailto:[email protected]?subject=send%20this%20email%20to%20subscribe), [unsubscribe](mailto:[email protected]?subject=send%20this%20email%20to%20unsubscribe), [archives](http://mail-archives.apache.org/mod_mbox/incubator-apex-commits/) -## Github Repositories +## Contributing + +**To learn more about how we use Github to accept contributions to the project, [check out the contributing guidelines](/contributing.html).** The Apex Project is made up of two repositories: - [Apex Core](https://github.com/apache/incubator-apex-core) - The core of the Apex platform. - [Apex Malhar](https://github.com/apache/incubator-apex-malhar) - Community-driven set of open-source "operators" and utilities for use in your Apex applications. -**To learn more about how we use Github to accept contributions to the project, [check out the contributing guidelines](/contributing.html).** +## Release Process + +**To learn more about the release process for Apex, [check out the release guidelines](/release.html).** ## Issue Tracking http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/e7d42e3c/src/pages/release.html ---------------------------------------------------------------------- diff --git a/src/pages/release.html b/src/pages/release.html new file mode 100644 index 0000000..72c7608 --- /dev/null +++ b/src/pages/release.html @@ -0,0 +1,9 @@ +{{> header}} + +<div class="container"> + + {{> release}} + +</div> + +{{> footer}} \ No newline at end of file
