From 29f55c0f8dfe684f94d9cddfe2b4ef1ec2656e46 Mon Sep 17 00:00:00 2001 From: MauroFab Date: Mon, 16 Sep 2024 14:03:20 -0300 Subject: [PATCH 1/3] Update readme with versioning data --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 670d2ccdde..8e8b859cc6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ - [Aligned Infrastructure Guide](#aligned-infrastructure-guide) - [Submitting Proofs to Aligned](#submitting-proofs-to-aligned) - [Integrating Aligned into your Project](#integrating-aligned-into-your-project) + - [Versioning and Networks](#versioning-and-networks) ## The Project @@ -181,3 +182,15 @@ For submitting proofs generated by your own project to the network via CLI, see ## Integrating Aligned into your Project If you are developing applications using Aligned, we offer a [Rust-SDK](docs/3_guides/1_SDK_how_to.md) for submitting proofs directly to the network within your applications. + +## Versioning and Networks + +Testnet code and documentation is always in sync with the default branch: + +[Testnet](https://github.com/yetanotherco/aligned_layer/tree/feat/testnet) + +Releases are provided for each version of the testnet. + +Latest version of the code, deployed on staging network, is always on: + +[Staging](https://github.com/yetanotherco/aligned_layer/tree/feat/staging) From f298453f262e9595af95b2115235a92dbfbff7f5 Mon Sep 17 00:00:00 2001 From: MauroFab Date: Mon, 16 Sep 2024 14:05:03 -0300 Subject: [PATCH 2/3] V2 --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8e8b859cc6..42bda3f569 100644 --- a/README.md +++ b/README.md @@ -185,12 +185,10 @@ If you are developing applications using Aligned, we offer a [Rust-SDK](docs/3_g ## Versioning and Networks -Testnet code and documentation is always in sync with the default branch: +Testnet code and documentation is always in sync with the default [Testnet Branch](https://github.com/yetanotherco/aligned_layer/tree/feat/testnet) -[Testnet](https://github.com/yetanotherco/aligned_layer/tree/feat/testnet) +[Testnet branch](https://github.com/yetanotherco/aligned_layer/tree/feat/testnet) Releases are provided for each version of the testnet. -Latest version of the code, deployed on staging network, is always on: - -[Staging](https://github.com/yetanotherco/aligned_layer/tree/feat/staging) +Latest version of the code, deployed on staging network, is always on [Staging Branch](https://github.com/yetanotherco/aligned_layer/tree/feat/staging) From fb2e7c2a6c1dbfdec26044b3909041ff84f26bae Mon Sep 17 00:00:00 2001 From: MauroFab Date: Mon, 16 Sep 2024 14:05:45 -0300 Subject: [PATCH 3/3] Versioning v3 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 42bda3f569..f09837125d 100644 --- a/README.md +++ b/README.md @@ -187,8 +187,6 @@ If you are developing applications using Aligned, we offer a [Rust-SDK](docs/3_g Testnet code and documentation is always in sync with the default [Testnet Branch](https://github.com/yetanotherco/aligned_layer/tree/feat/testnet) -[Testnet branch](https://github.com/yetanotherco/aligned_layer/tree/feat/testnet) - Releases are provided for each version of the testnet. Latest version of the code, deployed on staging network, is always on [Staging Branch](https://github.com/yetanotherco/aligned_layer/tree/feat/staging)