Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 14f1b3b

Browse files
author
Denys Vuika
authored
release reports generation (#1258)
1 parent 2f1bd0b commit 14f1b3b

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

docs/audit/.gitkeep

Whitespace-only changes.

docs/changelog/.gitkeep

Whitespace-only changes.

docs/licences/.gitkeep

Whitespace-only changes.

scripts/generate-reports.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
4+
5+
npx @alfresco/adf-cli@latest audit -d $DIR/docs/audit
6+
npx @alfresco/adf-cli@latest licenses -d $DIR/docs/licences
7+
npx @alfresco/adf-cli@alpha changelog -o $DIR/docs/changelog

0 commit comments

Comments
 (0)