-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from reactioncommerce/release-v.2.8.0
release v.2.8.0
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,9 @@ endef | |
# TAG is the git tag or branch to checkout | ||
# Projects will be started in this order | ||
define SUBPROJECT_REPOS | ||
[email protected]:/reactioncommerce/reaction-hydra.git,reaction-hydra,v2.7.0 \ | ||
[email protected]:/reactioncommerce/reaction.git,reaction,v2.7.0 \ | ||
[email protected]:/reactioncommerce/example-storefront.git,example-storefront,v2.7.0 | ||
[email protected]:/reactioncommerce/reaction-hydra.git,reaction-hydra,v2.8.0 \ | ||
[email protected]:/reactioncommerce/reaction.git,reaction,v2.8.0 \ | ||
[email protected]:/reactioncommerce/example-storefront.git,example-storefront,v2.8.0 | ||
endef | ||
|
||
# List of user defined networks that should be created. | ||
|