From d72d3e544e8bfbdb77282b878c13c2845d306c28 Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Wed, 12 Feb 2020 13:52:38 -0800 Subject: [PATCH 1/3] release v3.0.1 Signed-off-by: Erik Kieckhafer --- CHANGELOG.md | 4 ++++ config.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c151b4..9f05757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v3.0.1 + +This update is coordinated with the release of [reaction-admin 3.0.0-beta.5](https://github.com/reactioncommerce/reaction-admin) to keep the `reaction-development-platform` up-to-date with the latest version of all our development platform projects. + # v3.0.0 This is the v3.0.0 release of `reaction-development-platform`. This project is designed to be quickest way to get started with the Reaction API and its supporting services in a local development environment. diff --git a/config.mk b/config.mk index b9aab06..a6623a9 100644 --- a/config.mk +++ b/config.mk @@ -30,7 +30,7 @@ define SUBPROJECT_REPOS git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,v3.0.0 \ git@github.com:/reactioncommerce/reaction.git,reaction,v3.0.0 \ git@github.com:/reactioncommerce/reaction-identity.git,reaction-identity,v3.0.0 \ -git@github.com:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta.4 \ +git@github.com:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta.5 \ git@github.com:/reactioncommerce/example-storefront.git,example-storefront,v3.0.0 endef From 402dc3c313dec0b3cbd864097d8cc45ff5d8e1fc Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Wed, 12 Feb 2020 15:06:33 -0800 Subject: [PATCH 2/3] chore: readme updates Signed-off-by: Erik Kieckhafer --- README.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e2c95dd..1427932 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ ## Overview -Reaction Platform is a customizable, real-time, reactive commerce solution. -This repository is the quickest way to get started with [Reaction][10] and its -supporting services in a local development environment. +Reaction Platform is a customizable, real-time, reactive commerce solution. This repository is the quickest way to get started with the [Reaction API][10] and its supporting services in a local development environment. ## Features @@ -23,11 +21,11 @@ supporting services in a local development environment. ## Getting started -Clone this repository, and then run `make` in the `reaction-platform` directory. If all goes well, it will take some time to download and start all of the components, but when it's done you'll have the entire Reaction application running on your computer through Docker. Individual services are cloned as child directories within this project. +Clone this repository, and then run `make` in the `reaction-development-platform` directory. If all goes well, it will take some time to download and start all of the components, but when it's done you'll have the entire Reaction application running on your computer through Docker. Individual services are cloned as child directories within this project. ```sh -git clone git@github.com:reactioncommerce/reaction-platform.git -cd reaction-platform +git clone git@github.com:reactioncommerce/reaction-development-platform.git +cd reaction-development-platform make ``` @@ -163,6 +161,20 @@ You may refer to each sub-project's README for additional operation details. For tips on developing with Docker, read our [Docker docs](https://docs.reactioncommerce.com/docs/installation-docker-development). +## Latest Releases + +The following table provides the most current version of each project used by this platform: + +| Project | Latest release | +|------------------------------------- |----------------- | +| [reaction-development-platform][10] | 3.0.1 | +| [reaction][10] | 3.0.0 | +| [reaction-hydra][12] | 3.0.0 | +| [reaction-identity][17] | 3.0.0 | +| [example-storefront][13] | 3.0.0 | +| [reaction-admin (beta)][19] | 3.0.0-beta.5 | +| [api-migrations][10] | 3.0.0 | + ### Developer Certificate of Origin We use the [Developer Certificate of Origin (DCO)](https://developercertificate.org/) in lieu of a Contributor License Agreement for all contributions to Reaction Commerce open source projects. We request that contributors agree to the terms of the DCO and indicate that agreement by signing-off all commits made to Reaction Commerce projects by adding a line with your name and email address to every Git commit message contributed: ``` @@ -200,3 +212,4 @@ Copyright © [GNU General Public License v3.0](./LICENSE.md) [18]: https://github.com/reactioncommerce/reaction-identity/blob/trunk/README.md "Reaction Identity Readme" [19]: https://github.com/reactioncommerce/reaction-admin "Reaction Admin" [20]: https://github.com/reactioncommerce/reaction-admin/blob/trunk/README.md "Reaction Admin Readme" +[20]: https://github.com/reactioncommerce/api-migrations "API Migrations" From 840f029ce02128a05fc7bb2261316278b4bd7fc5 Mon Sep 17 00:00:00 2001 From: Erik Kieckhafer Date: Wed, 12 Feb 2020 15:11:13 -0800 Subject: [PATCH 3/3] Update README.md Signed-off-by: Erik Kieckhafer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1427932..01cd063 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ The following table provides the most current version of each project used by th | [reaction-identity][17] | 3.0.0 | | [example-storefront][13] | 3.0.0 | | [reaction-admin (beta)][19] | 3.0.0-beta.5 | -| [api-migrations][10] | 3.0.0 | +| [api-migrations][20] | 3.0.0 | ### Developer Certificate of Origin We use the [Developer Certificate of Origin (DCO)](https://developercertificate.org/) in lieu of a Contributor License Agreement for all contributions to Reaction Commerce open source projects. We request that contributors agree to the terms of the DCO and indicate that agreement by signing-off all commits made to Reaction Commerce projects by adding a line with your name and email address to every Git commit message contributed: