APPS-241: - remove release documentation

- update regex to get only the first match of the release version
- update release script to be used in enterprise release as well
This commit is contained in:
ehardon
2020-10-09 09:54:23 +03:00
parent 4a3cf69805
commit 7277b2adf0
5 changed files with 20 additions and 25 deletions

1
scripts/zip-artifacts.sh Normal file → Executable file
View File

@@ -5,6 +5,7 @@ if [ $1 == 'community' ]; then
mkdir "artifacts_dir"
cp rm-community/rm-community-repo/target/alfresco-rm-*community*amp artifacts_dir
cp rm-community/rm-community-share/target/alfresco-rm-*community*amp artifacts_dir
cp rm-community/rm-community-rest-api-explorer/target/alfresco-rm-*community*war artifacts_dir
cd artifacts_dir
zip alfresco-rm-community-${RELEASE_VERSION}.zip *amp
ls artifacts_dir