mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Updated Development Guide (markdown)
parent
d84322c5e7
commit
786e3e42a5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue