Skip to content

Commit 4000b51

Browse files
committed
Release process docs
1 parent 9decde1 commit 4000b51

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/ReleaseProcess.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Release Process
2+
3+
## Step 1
4+
5+
`sbt assembly`
6+
7+
## Step 2
8+
9+
```
10+
cat stub.sh target/scala-2.13/psbt-toolkit-assembly-0.1.1.jar > psbt-toolkit && chmod +x psbt-toolkit
11+
```
12+
13+
## Step 3
14+
15+
```
16+
Use Launch4j on a windows machine to create psbt-toolkit.exe
17+
```

0 commit comments

Comments
 (0)