Skip to content

Commit 8825dd5

Browse files
committed
README-RELEASE update
1 parent 2970ec9 commit 8825dd5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README-RELEASE.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -307,23 +307,22 @@ watching this project.
307307
possibly adjust `.npmignore`
308308
- `npm version 6.2.0-1.1`; the first 5 numbers are the same as the
309309
GitHub release; the sixth number is the npm specific version
310-
- push the `xpack-develop` branch to GitHub
311-
- the tags should have beed pushed by the `postversion` script;
312-
if not, push the tags with `git push origin --tags`
310+
- the commits and the tag should have beed pushed by the `postversion` script;
311+
if not, push them with `git push origin --tags`
313312
- `npm publish --tag next` (use `--access public` when publishing for
314313
the first time)
315314

316315
After a few moments the version will be visible at:
317316

318317
- <https://www.npmjs.com/package/@xpack-dev-tools/qemu-riscv?activeTab=versions>
319318

320-
## Test if the npm binaries can be installed with xpm
319+
## Test if the binaries can be installed with xpm
321320

322321
Run the xPack action `trigger-workflow-test-xpm`, this
323322
will install the package via `xpm install` on all supported platforms.
324323

325-
The resulting binaries are available for testing from
326-
[pre-releases/test](https://github.com/xpack-dev-tools/pre-releases/releases/tag/test/).
324+
The tests results are available from the
325+
[Actions](https://github.com/xpack-dev-tools/qemu-riscv-xpack/actions/) page.
327326

328327
## Update the repo
329328

0 commit comments

Comments
 (0)