From e7554819fd503f9049b223e209e2aa863809b9ea Mon Sep 17 00:00:00 2001 From: M M Arif Date: Wed, 15 Apr 2020 02:27:58 +0500 Subject: [PATCH] Prepare 2.5.0 rc release --- app/build.gradle | 2 +- app/src/main/res/xml/changelog.xml | 5 +++++ fastlane/metadata/android/en-US/changelogs/100.txt | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/100.txt diff --git a/app/build.gradle b/app/build.gradle index 8e002783..c7606ac2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { minSdkVersion 21 targetSdkVersion 29 versionCode 100 - versionName "2.5.0-dev" + versionName "2.5.0-rc1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 09181e95..fe5d112d 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,6 +1,11 @@ + + Release notes will be published with the stable release. + In the mean time check the milestone for pull requests and issues that are merged/closed. + + Improvement: Show issues only in Issues Tabs Bugfix: Files breadcrumb navigation links diff --git a/fastlane/metadata/android/en-US/changelogs/100.txt b/fastlane/metadata/android/en-US/changelogs/100.txt new file mode 100644 index 00000000..09c7465c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/100.txt @@ -0,0 +1,6 @@ +2.5.0-rc1 + +Release notes will be published with the stable release. +In the mean time check the milestone for pull requests and issues that are merged/closed. + +https://gitea.com/gitnex/GitNex/milestone/171?q=&type=all&sort=&state=closed&labels=&assignee=0