Skip to content

Commit 625c654

Browse files
committed
Finish release process
1 parent cc528cd commit 625c654

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/ReleaseProcess.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,12 @@ Use Launch4j on a windows machine to create psbt-toolkit.exe
1818

1919
## Step 4
2020

21-
Create SHASUMS file
21+
Create `SHA256SUMS` file
22+
23+
`sha256sum` each file
24+
25+
Sign `SHA256SUMS` file with
26+
27+
```
28+
gpg -u 0AD83877C1F0CD1EE9BD660AD7CC770B81FD22A8 --clear-sign SHA256SUMS
29+
```

0 commit comments

Comments
 (0)