From df27efea6b964f2f38c21756105b57ae91e1fe7a Mon Sep 17 00:00:00 2001 From: Spencer Norman Date: Thu, 17 Jan 2019 19:50:39 -0700 Subject: [PATCH 1/3] chore: update config to point at release branches for v2.0.0-rc.9 Signed-off-by: Spencer Norman --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.mk b/config.mk index 47c9f19..a5c0627 100644 --- a/config.mk +++ b/config.mk @@ -27,9 +27,9 @@ endef # TAG is the git tag or branch to checkout # Projects will be started in this order define SUBPROJECT_REPOS -git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,master \ -git@github.com:/reactioncommerce/reaction.git,reaction,master \ -git@github.com:/reactioncommerce/reaction-next-starterkit.git,reaction-next-starterkit,master +git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,release-2.0.0-rc.9 \ +git@github.com:/reactioncommerce/reaction.git,reaction,release-2.0.0-rc.9 \ +git@github.com:/reactioncommerce/reaction-next-starterkit.git,reaction-next-starterkit,release-v2.0.0-rc.9 endef # List of user defined networks that should be created. From 93feb3577d931a0a4401c4480083bf43be2591fd Mon Sep 17 00:00:00 2001 From: Spencer Norman Date: Thu, 17 Jan 2019 19:51:34 -0700 Subject: [PATCH 2/3] chore: init CHANGELOG.md Signed-off-by: Spencer Norman --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..af4a88f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +# v2.0.0-rc.9 +This is our first official release candidate for this project - we're going to be synchronizing releases across the differents parts of the Reaction Commerce ecosystem, so that's why we're starting with rc.9. This project should be considered pre-release until we've released the final 2.0.0 version. \ No newline at end of file From 917cdf59a6079253521a3eb50265df9389a0c99a Mon Sep 17 00:00:00 2001 From: Spencer Norman Date: Fri, 25 Jan 2019 08:20:13 -0700 Subject: [PATCH 3/3] chore: update subprojects to use v2.0.0-rc.9 tag Signed-off-by: Spencer Norman --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.mk b/config.mk index a5c0627..2f982c2 100644 --- a/config.mk +++ b/config.mk @@ -27,9 +27,9 @@ endef # TAG is the git tag or branch to checkout # Projects will be started in this order define SUBPROJECT_REPOS -git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,release-2.0.0-rc.9 \ -git@github.com:/reactioncommerce/reaction.git,reaction,release-2.0.0-rc.9 \ -git@github.com:/reactioncommerce/reaction-next-starterkit.git,reaction-next-starterkit,release-v2.0.0-rc.9 +git@github.com:/reactioncommerce/reaction-hydra.git,reaction-hydra,v2.0.0-rc.9 \ +git@github.com:/reactioncommerce/reaction.git,reaction,v2.0.0-rc.9 \ +git@github.com:/reactioncommerce/reaction-next-starterkit.git,reaction-next-starterkit,v2.0.0-rc.9 endef # List of user defined networks that should be created.