Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
release reports generation (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika authored Nov 9, 2021
1 parent 2f1bd0b commit 14f1b3b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Empty file added docs/audit/.gitkeep
Empty file.
Empty file added docs/changelog/.gitkeep
Empty file.
Empty file added docs/licences/.gitkeep
Empty file.
7 changes: 7 additions & 0 deletions scripts/generate-reports.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"

npx @alfresco/adf-cli@latest audit -d $DIR/docs/audit
npx @alfresco/adf-cli@latest licenses -d $DIR/docs/licences
npx @alfresco/adf-cli@alpha changelog -o $DIR/docs/changelog

0 comments on commit 14f1b3b

Please sign in to comment.