From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5008721197B0F for ; Wed, 5 Dec 2018 06:49:34 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Dec 2018 06:49:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,317,1539673200"; d="scan'208";a="281152896" Received: from lgao4-mobl1.ccr.corp.intel.com ([10.255.29.46]) by orsmga005.jf.intel.com with ESMTP; 05 Dec 2018 06:49:33 -0800 From: Liming Gao To: edk2-devel@lists.01.org Date: Wed, 5 Dec 2018 22:49:17 +0800 Message-Id: <20181205144918.8112-1-liming.gao@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Subject: [Patch] edk2 Readme.md: Add edk2 release tag and edk2 release plan X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 14:49:35 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=1364 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 1ef0780ee0..bf7c97cd2b 100644 --- a/Readme.md +++ b/Readme.md @@ -27,3 +27,7 @@ are listed in [Maintainers.txt](Maintainers.txt). * [Mailing Lists](https://github.com/tianocore/tianocore.github.io/wiki/Mailing-Lists) * [TianoCore Bugzilla](https://bugzilla.tianocore.org) * [How To Contribute](https://github.com/tianocore/tianocore.github.io/wiki/How-To-Contribute) +* [Release Planning](https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning) +* [UDK2017](https://github.com/tianocore/edk2/releases/tag/vUDK2017) +* [UDK2018](https://github.com/tianocore/edk2/releases/tag/vUDK2018) +* [edk2-stable201811](https://github.com/tianocore/edk2/releases/tag/edk2-stable201811) -- 2.13.0.windows.1