You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@unomi.apache.org by jk...@apache.org on 2022/09/02 09:26:27 UTC

[unomi-tracker] branch main updated: UNOMI-647: base project versioning and release process

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 2e1cfc4  UNOMI-647: base project versioning and release process
2e1cfc4 is described below

commit 2e1cfc481233ab5943524231c439bf7257512fa7
Author: Kevan <ke...@jahia.com>
AuthorDate: Fri Sep 2 11:26:20 2022 +0200

    UNOMI-647: base project versioning and release process
---
 RELEASE.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE.md b/RELEASE.md
index 69e350a..81b5b22 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -43,7 +43,7 @@ Create a new release
   - `yarn test`: ensure tests are passing
   - `yarn build`: ensure build is passing
 - Publish on npm the package:
-  - in case of beta: `npm publish`
-  - in case of normal version: `npm publish --tag beta`
+  - in case of normal version: `npm publish`
+  - in case of beta version: `npm publish --tag beta`
 - Create the release on GitHub for this tag.
 - merge back `main` -> `develop` to get latest package version in `develop` branch
\ No newline at end of file