From 65192246722e7d57f7f0be9904dfe8823eba57ac Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Sun, 4 Aug 2024 23:36:09 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e829cd6..50b8b32 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ fastlane add_plugin ddg_release_automation ## About ddg_release_automation -This plugin contains actions used in DuckDuckGo iOS and macOS release automation +This plugin contains actions used by DuckDuckGo iOS and macOS release automation. It's meant for internal use only. We do not accept contributions to this repository at this time. **Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here. @@ -20,8 +20,6 @@ This plugin contains actions used in DuckDuckGo iOS and macOS release automation Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`. -**Note to author:** Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary) - ## Run tests for this plugin To run both the tests, and code style validation, run