Skip to content

Commit 64cf5e6

Browse files
committed
fixup
1 parent 6b6081f commit 64cf5e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/release-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ cat "$VERSION"/*/all.SHA256SUMS.asc > SHA256SUMS.asc
183183
```
184184
* [ ] GPG sign each download / binary
185185
* [ ] Upload zips and installers, as well as SHA256SUMS.asc from last step, to github as github draft release.
186-
1. The contents of each `./dash/guix-build-${VERSION}/output/${HOST}/` directory, except for
186+
1. The contents of each `./dash/guix-build-${VERSION}/output/${HOST}/` directory, except for
187187
`*-debug*` files.
188188

189189
Guix will output all of the results into host subdirectories, but the SHA256SUMS
@@ -201,9 +201,9 @@ cat "$VERSION"/*/all.SHA256SUMS.asc > SHA256SUMS.asc
201201
find guix-build-${VERSION}/output/ -maxdepth 2 -type f -not -name "SHA256SUMS.part" -and -not -name "*debug*" -exec scp {} user@dash.org:/var/www/bin/dash-core-${VERSION} \;
202202
```
203203

204-
2. The `SHA256SUMS` file
204+
2. The `SHA256SUMS` file
205205

206-
3. The `SHA256SUMS.asc` combined signature file you just created
206+
3. The `SHA256SUMS.asc` combined signature file you just created
207207
* [ ] Validate SHA256SUMS.asc and all binaries attached to github draft release are correct
208208
* [ ] Notarize OS X binaries (we can't do this) (talk to @tikhop (pavel) about this
209209
* [ ] Release on github

0 commit comments

Comments
 (0)