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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 1e20826  UNOMI-647: add details to release doc (#2)
1e20826 is described below

commit 1e208265452350f599c2e29da50b9dcf30986f50
Author: kevan Jahanshahi <[email protected]>
AuthorDate: Fri Sep 2 11:43:26 2022 +0200

    UNOMI-647: add details to release doc (#2)
---
 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

Reply via email to