aboutsummaryrefslogtreecommitdiff
path: root/commit.sh
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-05 03:09:59 -0400
committerBobby <[email protected]>2022-11-05 03:09:59 -0400
commit3487049d5b7ada8b9e10cb5500e2f5c4249a13d8 (patch)
tree19c37fd599bcb99eb9dbd5cecdf5f1e19f810e76 /commit.sh
parent101cc6d5b832f6a2c22b08fb37922f3548c7a574 (diff)
downloadtexty-3487049d5b7ada8b9e10cb5500e2f5c4249a13d8.tar.xz
texty-3487049d5b7ada8b9e10cb5500e2f5c4249a13d8.zip
feat: Added maintainers
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