Skip to content

Commit

Permalink
[ Document ] Add RELEASE.md
Browse files Browse the repository at this point in the history
Add release.md to specify release policy.

**Self evaluation:**
1. Build test:	 [X]Passed [ ]Failed [ ]Skipped
2. Run test:	 [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <[email protected]>
  • Loading branch information
jijoongmoon committed Mar 3, 2021
1 parent 6c68cf7 commit 89a5738
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Versioning

- Major.Minor.Patch
- Major: updated if we have big changes in the architecture or APIs
- Minor: release of a new version (even number) with moderate changes, usually with a new subplugin/plugin or APIs.
- Odd number: developmental version, preparing for next even-minor-number release.
- Even number: release version.
- Patch: release of fixes and small changes whenever necessary or enough time has been passed since the last release.

## Binary Release (Deployment)

- Tizen
- Ubuntu
- Android

0 comments on commit 89a5738

Please sign in to comment.