Skip to content

Commit

Permalink
chore: Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
as-hirose committed Jun 24, 2024
1 parent 64e309b commit e9eda6c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,19 @@ The problem might be in the installation of Node.js. If you installed Node.js th
For more information about managing multiple Node.js versions, refer to this [documentation](https://docs.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows).
4. Install the Monaca CLI again.
5. The login should be working now.

### GitHub Actions

- submodules are recursively installed by adding the submodules: 'recursive' option.

#### When merged/pushed to master branch

- Get version from package.json
- If version does not exist in GitHub tags
- Tag it
- Run npm publish

#### When tagged as -beta.*

- Run npm publish --beta

0 comments on commit e9eda6c

Please sign in to comment.