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 d419cb0 UNOMI-647: update doc
d419cb0 is described below
commit d419cb0a61542080b6ceef50987d4e4512fda66b
Author: Kevan <[email protected]>
AuthorDate: Fri Sep 2 11:59:00 2022 +0200
UNOMI-647: update doc
---
RELEASE.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/RELEASE.md b/RELEASE.md
index 698ea0f..3b59132 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -20,11 +20,11 @@ Unomi tracker: Versioning and release
Branches
-------
-Current repository is using Git Flow.
+Current repository is using Trunk based development.
-- `main`: Used for merging develop branch for tagging and releasing a new
version
-- `develop`: Used for merging new features and/or bug fixes from UNOMI-XXX
branches
-- `UNOMI-XXX`: feature or bug fix branches
+- `main`: Used for latest currently develop version
+- `1_x`: Used for maintenance branches of previous versions
+- `UNOMI-XXX`: feature or bug fix branches used to create pull request
targeting the `main` branch
Npm account
-------