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:52:09 UTC

[unomi-tracker] branch main updated: UNOMI-647: add details to release doc (#2) (#3)

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 863f52d  UNOMI-647: add details to release doc (#2) (#3)
863f52d is described below

commit 863f52d3b9b21861ce25cbc3d4d3f9bee702cc85
Author: kevan Jahanshahi <ke...@jahia.com>
AuthorDate: Fri Sep 2 11:52:04 2022 +0200

    UNOMI-647: add details to release doc (#2) (#3)
---
 RELEASE.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/RELEASE.md b/RELEASE.md
index 81b5b22..698ea0f 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -45,5 +45,8 @@ Create a new release
 - Publish on npm the package:
   - 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
+- Create the release on GitHub for this tag (in case version is not beta).
+- merge back `main` -> `develop` to get latest package version in `develop` branch, runs:
+  - `git checkout develop`
+  - `git merge main --ff-only`
+  - `git push -u origin develop`
\ No newline at end of file