Skip to content

Commit 21748dd

Browse files
Merge pull request #5977 from nextcloud/docs/noid/buildFileLinks
docs(readme): fix build file links
2 parents e93566a + a06f315 commit 21748dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,19 +366,19 @@ To get an idea which PRs and issues will be part of the next release simply chec
366366

367367
Stable releases are based on the git [stable-*](https://github.com/nextcloud/talk-android/branches/all?query=stable-).
368368

369-
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'.
369+
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'.
370370
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/)
371371

372372
### Release Candidate Release
373373

374374
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.
375375

376-
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.
376+
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.
377377
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/)
378378

379379
### Alpha Release
380380

381381
Release Candidate releases are based on the git [master](https://github.com/nextcloud/talk-android) and are done between stable releases.
382382

383-
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.
383+
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.
384384
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/)

0 commit comments

Comments
 (0)