This is an automated email from the ASF dual-hosted git repository.

jkevan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/unomi-tracker.git


The following commit(s) were added to refs/heads/main by this push:
     new 5d4bc26  UNOMI-647: update doc
5d4bc26 is described below

commit 5d4bc26875db55757d9c6b25b546a161db2f4f6f
Author: Kevan <[email protected]>
AuthorDate: Fri Sep 2 12:17:25 2022 +0200

    UNOMI-647: update doc
---
 RELEASE.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/RELEASE.md b/RELEASE.md
index 4e25029..99b916b 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -34,13 +34,15 @@ Npm account
 
 Push a new version
 -------
-- Bump version in the `main` branch: `1.0.0` -> `1.1.0` or for beta version 
`1.0.0-beta.0` -> `1.0.0-beta.1`
-  - You can run `npm version 3.1.0-beta.0` to update `package.json` and create 
a git tag in one go (see https://docs.npmjs.com/cli/version).
+- Bump version in the `main` branch: `1.0.0` -> `1.1.0` or for beta version 
`1.0.0-beta.0` -> `1.0.0-beta.1`, run:
+  - `npm version 3.1.0-beta.1`: to update `package.json` and create a git tag 
in one go (see https://docs.npmjs.com/cli/version).
+  - `git push origin main`: push the version update
+  - `git push origin 3.1.0-beta.1`: push the git tag
 - Run checks:
   - `yarn lint`: ensure linter checks are passing
   - `yarn test`: ensure tests are passing
   - `yarn build`: ensure build is passing
-- Publish on npm the package:
+- Publish on npm the package, run:
   - in case of normal version: `npm publish`
   - in case of beta version: `npm publish --tag beta`
 - Create the release on GitHub for this tag (in case version is not beta).
\ No newline at end of file

Reply via email to