Skip to content

Commit

Permalink
Merge branch 'xpack-develop' of https://github.com/micro-os-plus/micr…
Browse files Browse the repository at this point in the history
…o-os-plus-iii into xpack-develop
  • Loading branch information
ilg-ul committed Oct 11, 2023
2 parents 607132a + b93e858 commit 7830710
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README-MAINTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ git clone \
~/Work/micro-os-plus/micro-os-plus-iii.git
```

Or, if the repo was already cloned:

```sh
git -C ~/Work/micro-os-plus/micro-os-plus-iii.git
```

## Prerequisites

A recent [xpm](https://xpack.github.io/xpm/), which is a portable
Expand Down Expand Up @@ -84,6 +90,15 @@ related to the new version:

- commit and push

### Testing

To run al available tests:

```sh
xpm run install-all -C ~/Work/micro-os-plus/micro-os-plus-iii.git/tests
xpm run test-all -C ~/Work/micro-os-plus/micro-os-plus-iii.git/tests
```

### Commit the new version

- select the `xpack-develop` branch
Expand All @@ -96,6 +111,9 @@ related to the new version:
- push the `xpack-develop` branch to GitHub
- the `postversion` npm script should also update tags via `git push origin --tags`

The workflow result and logs are available from the
[Actions](https://github.com/micro-os-plus/micro-os-plus-iii/actions) page.

### Update the repo

When the package is considered stable:
Expand Down

0 comments on commit 7830710

Please sign in to comment.