Updated Development Guide (markdown)

Andy Scherzinger 2016-06-13 09:57:47 +02:00
Родитель d84322c5e7
Коммит 786e3e42a5
1 изменённых файлов: 1 добавлений и 1 удалений

@ -32,7 +32,7 @@ _Stable Beta_ releases are based on the git [master](https://github.com/nextclou
1. Bump the version name and version code in the [AndroidManifest.xml](https://github.com/nextcloud/android/blob/master/AndroidManifest.xml), see below the version name and code concept.
2. Create a [release/tag](https://github.com/nextcloud/android/releases) in git. Tag name following the naming schema: ```beta-Mayor.Minor.Hotfix-betaIncrement``` (e.g. beta-1.2.0-12) naming the version number following the [semantic versioning schema](http://semver.org/)
###Beta Release
###Development Beta Release
_Beta_ releases are based on the git [beta](https://github.com/nextcloud/android/tree/beta) and are done independently from stable releases and integrate open PRs that might not be production ready or heavily tested but being put out there for people willing to test new features and provide valuable feedback on new features to be incorporated before a feature gets released in the stable app.
1. Bump the version name and version code in the [AndroidManifest.xml](https://github.com/nextcloud/android/blob/master/AndroidManifest.xml), see below the version name and code concept.