Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2016-06-27 21:08:28 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2016-06-27 21:08:28 +0300
commit2882979041591c9c31abf63733ba43eef673c540 (patch)
tree9e53c3262fd11433e70b103eac1c36d3c2bfb121 /CONTRIBUTING.md
parent59f6022265b618ba1699a0dfbf77ed43c06a53a6 (diff)
fixed yet another typo
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3db660b8d6..e35a02fd83 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -158,7 +158,7 @@ To get an idea which PRs and issues will be part of the next release simply chec
###Stable Release
Stable releases are based on the git [master](https://github.com/nextcloud/android).
-1. Bump the version name and version code in the [AndroidManifest.xml](https://github.com/nextcloud/android/blob/master/AndroidManifest.xml), see chaper 'Version Name and number'.
+1. Bump the version name and version code in the [AndroidManifest.xml](https://github.com/nextcloud/android/blob/master/AndroidManifest.xml), see chapter 'Version Name and number'.
2. Create a [release/tag](https://github.com/nextcloud/android/releases) in git. Tag name following the naming schema: ```stable-Mayor.Minor.Hotfix``` (e.g. stable-1.2.0) naming the version number following the [semantic versioning schema](http://semver.org/)