Skip to content

Commit

Permalink
docs: update release docs with example lerna command
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Viglucci <kviglucci@gmail.com>
  • Loading branch information
viglucci committed Sep 4, 2022
1 parent 44f64cf commit edf234b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ ex: `rsocket-adapter-rxjs@1.0.0-alpha.1`

Lerna will not push the git tags after creation. You should push the git tags once you are confident in your changes.

### Example

```
lerna version prerelease --sign-git-commit
```

## Publishing

The `Test, Build, Release` Workflow on GitHub can be run to [manually trigger](https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow) publishing of packages to NPM. This workflow will only publish versions which do not already exist on NPM.
Expand Down

0 comments on commit edf234b

Please sign in to comment.