mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
4.3.0 (#6793)
* 4.3.0 * update md * Fix typos * Remove ADF testing package from core package.json Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com> Co-authored-by: Andras Popovics <popovics@ndras.hu>
This commit is contained in:
@@ -40,7 +40,7 @@ LICENSE_GREP_RESULT=`grep "$LICENSE_GREP" "$LICENSE_README"`;
|
||||
if [ -z "$LICENSE_GREP_RESULT" ];
|
||||
then
|
||||
echo -e "\e[33mAdding third party license info for version: $VERSION\e[0m"
|
||||
./node_modules/@alfresco/adf-cli/bin/adf-cli licenses
|
||||
npx @alfresco/adf-cli licenses
|
||||
mv "$ROOTDIR/license-info-$VERSION.md" "$ROOTDIR/docs/license-info/license-info-$VERSION.md"
|
||||
echo $LICENSE_ROW >> $LICENSE_README
|
||||
else
|
||||
@@ -55,7 +55,7 @@ VULNERABILITY_GREP_RESULT=`grep "$VULNERABILITY_GREP" "$VULNERABILITY_README"`;
|
||||
if [ -z "$VULNERABILITY_GREP_RESULT" ];
|
||||
then
|
||||
echo -e "\e[33mAdding vulnerability info for version: $VERSION\e[0m"
|
||||
./node_modules/@alfresco/adf-cli/bin/adf-cli audit
|
||||
npx @alfresco/adf-cli audit
|
||||
mv "$ROOTDIR/audit-info-$VERSION.md" "$ROOTDIR/docs/vulnerability/audit-info-$VERSION.md"
|
||||
echo $VULNERABILITY_ROW >> $VULNERABILITY_README
|
||||
else
|
||||
|
Reference in New Issue
Block a user