Skip to content

Commit

Permalink
Merge pull request #85 from reactioncommerce/revert-82-release-v3.0.0
Browse files Browse the repository at this point in the history
Revert "chore: release v3.0.0-alpha"
  • Loading branch information
rosshadden authored Dec 20, 2019
2 parents f7ca0e9 + ea2a560 commit c732cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# v3.0.0-alpha

This is a major update to keep this project in sync with
[reaction v3.0.0-alpha](https://github.com/reactioncommerce/reaction),
[example-storefront v3.0.0-alpha](https://github.com/reactioncommerce/example-storefront),
and [reaction-platform v3.0.0-alpha](https://github.com/reactioncommerce/reaction-platform).

# v2.9.0
This is minor version update coordinated with [Reaction](https://github.com/reactioncommerce/reaction), our [Example Storefront](https://github.com/reactioncommerce/example-storefront) and [reaction-hydra](https://github.com/reactioncommerce/reaction-hydra).

Expand Down
9 changes: 3 additions & 6 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,13 @@ endef
# TAG is the git tag or branch to checkout
# Projects will be started in this order
define SUBPROJECT_REPOS
[email protected]:/reactioncommerce/example-storefront.git,example-storefront,v3.0.0-alpha \
[email protected]:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-alpha \
[email protected]:/reactioncommerce/reaction-hydra.git,reaction-hydra,v3.0.0-alpha \
[email protected]:/reactioncommerce/reaction-identity.git,reaction-identity,v3.0.0-alpha \
[email protected]:/reactioncommerce/reaction.git,reaction,v3.0.0-alpha
[email protected]:/reactioncommerce/reaction-hydra.git,reaction-hydra,v2.9.0 \
[email protected]:/reactioncommerce/reaction.git,reaction,v2.9.0 \
[email protected]:/reactioncommerce/example-storefront.git,example-storefront,v2.9.0
endef

# List of user defined networks that should be created.
define DOCKER_NETWORKS
reaction.localhost \
auth.reaction.localhost \
api.reaction.localhost \
streams.reaction.localhost
Expand Down

0 comments on commit c732cc0

Please sign in to comment.