From 5556edbd386191de6c1ba90757d640c1c63c6339 Mon Sep 17 00:00:00 2001 From: Matthew Fuller Date: Tue, 20 Apr 2021 23:53:20 +0000 Subject: [PATCH] Update README in v2.0 branch - Removes notice of branch changes in README - Modifies wording in the 'Contributing' section of the README to reflect Airship 2.0 release date - Amends .gitreview to point at the v2.0 branch as default Change-Id: I403d4bc453e6974eaa2c7cf02ab45280dbbd641a --- .gitreview | 2 +- README.md | 13 +++---------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.gitreview b/.gitreview index 12ed0e06b..b9ade401e 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=review.opendev.org port=29418 project=airship/treasuremap.git -defaultbranch=v2 +defaultbranch=v2.0 diff --git a/README.md b/README.md index c5fc5631e..e0c3f9979 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ pre-configured workloads on baremetal and virtual infrastructure. ## Contributing -Airship 2.0 is under active development and welcomes new developers! Please -read our +Airship 2.0 launched in April 2021, with plans to introduce enhanced functionality +in subsequent releases. New developers are welcome to join and contribute to the +evolution of Airship. Please read our [developer guide](https://docs.airshipit.org/airshipctl/developers.html) to begin contributing. @@ -17,11 +18,3 @@ We also encourage new contributors and operators alike to join us in our You can learn more about Airship on the [Airship wiki](https://wiki.openstack.org/wiki/Airship). - -## Please Note: -The branching structure of this repository will be changing to the following: -* The 'v2' branch will become the 'master' branch -* The current 'master' branch will become a new 'v1.9' branch -* The current 'v1.8' branch will remain the same - -These changes are planned to take effect on Thursday, April 1, 2021, or slightly thereafter.