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:41:25 UTC

[unomi-tracker] branch UNOMI-647-update-readme created (now aa176b9)

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

jkevan pushed a change to branch UNOMI-647-update-readme
in repository https://gitbox.apache.org/repos/asf/unomi-tracker.git


      at aa176b9  UNOMI-647: add details to release doc

This branch includes the following new commits:

     new aa176b9  UNOMI-647: add details to release doc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[unomi-tracker] 01/01: UNOMI-647: add details to release doc

Posted by jk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit aa176b9b852beeec52787c87f02abefd59b5c0d8
Author: Kevan <ke...@jahia.com>
AuthorDate: Fri Sep 2 11:41:11 2022 +0200

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