From ebce023c4c83826b7d9a0cba13cb0ca764ecd8ab Mon Sep 17 00:00:00 2001 From: Evan Thibodeau Date: Mon, 15 Mar 2021 12:40:44 +0400 Subject: [PATCH] Update README.md & release. --- README.md | 3 +++ release.sh | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6669356..ea29175 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ liferay.workspace.home.dir=/path/to/liferay/home To use, create a new site and select the `SE Demo Site` template. +### DEPENDENCIES NOTE: +> This site initializer depends on the [Demo Fragment Collections](https://github.com/lfrsales/demo-fragment-collections) fragments. These modules must be deployed in order for the site initializer to be able to properly instantiate it's pages. + ### Features When deployed this module will create a new site template that will be auto populated with the content and resources from the dependencies folder of this project. The site initializer will import content and resources that follow the following format: diff --git a/release.sh b/release.sh index 4c7d966..8933dcb 100755 --- a/release.sh +++ b/release.sh @@ -1,5 +1,5 @@ hub release create \ --attach modules/site-se-site-initializer/build/libs/com.liferay.site.se.site.initializer-1.0.0.jar \ - --message 'v0.0.1' \ - --message 'Initial Release.' \ - 'v0.0.1' \ No newline at end of file + --message 'v0.0.2' \ + --message 'Add try catch to prevent failure due to page import errors.' \ + 'v0.0.2' \ No newline at end of file