From 93735dfad8423592c66da4f1526fcd3628bf2b5e Mon Sep 17 00:00:00 2001 From: Marcin Wojnarowski Date: Fri, 14 Jan 2022 21:28:23 +0100 Subject: [PATCH] Stop being a beta (#318) --- .github/workflows/release.yml | 1 - README.md | 1 + fastlane/Fastfile | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95cfd1f..4da5ec1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -165,7 +165,6 @@ jobs: linux-build/* windows-build/* draft: true - prerelease: true body_path: current-changelog.txt env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index c69276b..6fd36b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@
[![](https://github.com/LemmurOrg/lemmur/workflows/ci/badge.svg)](https://github.com/LemmurOrg/lemmur/actions) +[![Translation status](http://weblate.yerbamate.ml/widgets/lemmur/-/lemmur/svg-badge.svg)](http://weblate.yerbamate.ml/engage/lemmur/) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 30e9ab0..db7cd84 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -2,7 +2,6 @@ platform :android do desc "Deploy a new version to the Google Play" lane :prod do upload_to_play_store( - track: "beta", package_name: "com.krawieck.lemmur", json_key: ENV["GOOGLE_SERVICE_ACCOUNT_KEY_PATH"], aab: ENV["ABB_PATH"]