Skip to content

Commit c8493ef

Browse files
committed
Update script documentation
1 parent ce078a3 commit c8493ef

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

project/scripts/genDocs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

3-
# Usage: ./genDocs <dotty-bot password>
3+
# Usage:
4+
# BOT_PASS=<dotty-bot password> ./genDocs
45

56
set -e
67
# set extended glob, needed for rm everything but x

project/scripts/sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# Usage:
4+
# ./sbt <cmd>
5+
36
CMD="$1"
47

58
if [ -z "$CMD" ]; then

project/scripts/sbtPublish

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# Usage:
4+
# SONATYPE_USER=<sonatype user> SONATYPE_PW=<sonatype pw> PGP_PW=<pgp pw> ./sbtPublish <publish cmd>
5+
36
# Release command:
47
RELEASE_CMD="$1"
58

0 commit comments

Comments
 (0)