Skip to content

Commit c2ef78f

Browse files
SofiaSofia
Sofia
authored and
Sofia
committed
chore(readme) Improve branches naming convention descrisption
1 parent 1f7a4fb commit c2ef78f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,12 @@ In case that the required Cordova plugins are not installed while installing Nod
8989
* **cordova-plugin-whitelist** - This plugin implements a whitelist policy for navigating the application webview on Cordova 4.0
9090
* **cordova-plugin-transport-security** - Cordova / PhoneGap Plugin to allow 'Arbitrary Loads' by adding a declaration to the Info.plist file to bypass the iOS 9 App Transport Security
9191

92-
## Naming convention for versions
93-
Version:
94-
1. **1.x**: On `1.1-1.x` branch, based on 1.1 version of Ionic framework
95-
2. **2.x**: On `2.1-2.x` branch, based on 1.2 version of Ionic framework
96-
3. **3.x**: On `3.1-3.x` branch, based on 1.3 version of Ionic framework
92+
## Branches naming convention
93+
Each branch is related to the Ionic framework version the source code is based on. Currently, there are the following branches:
94+
1. `master`: Main development source code
95+
2. `1.1-1.x`: Source code maintenance based on Ionic 1.1.x
96+
97+
The next branch will be `2.1-2.x` and will be based on Ionic 1.2.x as it has been lately announced on [Official Ionic Blog](http://blog.ionic.io/announcing-ionic-1-2/).
9798

9899
## Credits
99100

0 commit comments

Comments
 (0)