From f734934b3f0ecd599cc4510e5cf37606eb102096 Mon Sep 17 00:00:00 2001 From: Kevin Viglucci Date: Fri, 12 Aug 2022 22:38:00 -0500 Subject: [PATCH] docs: update release docs with example lerna command --- RELEASE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 4259cf5..d628dd2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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.