From a06f3150399ae337b3e7bd2a726276353d211605 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 17 Mar 2026 17:52:26 +0100 Subject: [PATCH] docs(readme): fix build file links Signed-off-by: Andy Scherzinger --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab016153b9..f1dd4d55c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -366,19 +366,19 @@ To get an idea which PRs and issues will be part of the next release simply chec Stable releases are based on the git [stable-*](https://github.com/nextcloud/talk-android/branches/all?query=stable-). -1. Bump the version name and version code in the [/app/build.gradle](https://github.com/nextcloud/talk-android/blob/master/app/build.gradle), see chapter 'Version Name and number'. +1. Bump the version name and version code in the [/app/build.gradle.kts](https://github.com/nextcloud/talk-android/blob/master/app/build.gradle.kts), see chapter 'Version Name and number'. 2. Create a [release/tag](https://github.com/nextcloud/talk-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/) ### Release Candidate Release Release Candidate releases are based on the git [stable-*](https://github.com/nextcloud/talk-android/branches/all?query=stable-) and are before publishing stable releases. -1. Bump the version name and version code in the [/app/build.gradle](https://github.com/nextcloud/talk-android/blob/master/app/build.gradle), see below the version name and code concept. +1. Bump the version name and version code in the [/app/build.gradle.kts](https://github.com/nextcloud/talk-android/blob/master/app/build.gradle.kts), see below the version name and code concept. 2. Create a [release/tag](https://github.com/nextcloud/talk-android/releases) in git. Tag name following the naming schema: ```rc-Mayor.Minor.Hotfix-betaIncrement``` (e.g. rc-1.2.0-12) naming the version number following the [semantic versioning schema](http://semver.org/) ### Alpha Release Release Candidate releases are based on the git [master](https://github.com/nextcloud/talk-android) and are done between stable releases. -1. Bump the version name and version code in the [/app/build.gradle](https://github.com/nextcloud/talk-android/blob/master/app/build.gradle), see below the version name and code concept. +1. Bump the version name and version code in the [/app/build.gradle.kts](https://github.com/nextcloud/talk-android/blob/master/app/build.gradle.kts), see below the version name and code concept. 2. Create a [release/tag](https://github.com/nextcloud/talk-android/releases) in git. Tag name following the naming schema: ```rc-Mayor.Minor.Hotfix-betaIncrement``` (e.g. rc-1.2.0-12) naming the version number following the [semantic versioning schema](http://semver.org/)