File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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
316315After 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
322321Run the xPack action ` trigger-workflow-test-xpm ` , this
323322will 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
You can’t perform that action at this time.
0 commit comments