Skip to content

Commit 6c7d9ee

Browse files
committed
Automated scripts reference document generation (CI)
1 parent def0f9f commit 6c7d9ee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/SCRIPTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Script | Directory | Description
1212
| [checkCompatibility.sh](./checkCompatibility.sh) | | Check environment dependencies and tool availability. |
1313
| [cleanupAfterReportGeneration.sh](./cleanupAfterReportGeneration.sh) | | Cleans up after report generation. This includes deleting empty files or in case no file is left deleting the report folder. |
1414
| [cloneGitRepository.sh](./cloneGitRepository.sh) | | Provides safe-guarded (security checked parameters) git repository cloning. |
15-
| [copyPackageJsonFiles.sh](./copyPackageJsonFiles.sh) | | Copies all package.json files inside the source directory into the artifacts/npm-package-json directory. |
1615
| [createAggregatedGitLogCsv.sh](./createAggregatedGitLogCsv.sh) | | Uses git log to create a comma separated values (CSV) file containing aggregated changes, their author name and email address, year and month for all the files that were changed. |
1716
| [createGitLogCsv.sh](./createGitLogCsv.sh) | | Uses git log to create a comma separated values (CSV) file containing all commits, their author, email address, date and all the file names that were changed with it. |
1817
| [detectChangedFiles.sh](./detectChangedFiles.sh) | | Detect changed files in the artifacts directory or in a given list of paths |

0 commit comments

Comments
 (0)