aboutsummaryrefslogtreecommitdiff
path: root/commit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'commit.sh')
-rwxr-xr-xcommit.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/commit.sh b/commit.sh
index c3dda02..405a9fc 100755
--- a/commit.sh
+++ b/commit.sh
@@ -42,6 +42,9 @@ commands() {
# Generate Requirements.txt
pipreqs --force .
+
+ # Generate Maintainers List
+ python3 scripts/maintainers.py
}
# Default values for optional arguments