Skip to content

Commit 3e2de90

Browse files
committed
Revise documentation
1 parent e5fcea2 commit 3e2de90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ release:
3030
# Create checksum file.
3131
> SHA256.SUM
3232

33-
# Create completions script.
33+
# Create release script for tab completions.
3434
openssl dgst -sha256 keysmith-completions.bash >> SHA256.SUM
3535
cp keysmith-completions.bash release
3636

@@ -70,7 +70,7 @@ release:
7070
openssl dgst -sha256 keysmith-windows-amd64.tar.gz >> SHA256.SUM
7171
mv keysmith-windows-amd64.tar.gz release
7272

73-
# Sign release tarballs.
73+
# Sign release scripts and tarballs.
7474
openssl dgst -out SHA256.SIG -sha256 -sign $(PRIVATE_KEY) SHA256.SUM
7575
mv SHA256.SIG SHA256.SUM release
7676

0 commit comments

Comments
 (0)