{"id":20105078,"url":"https://github.com/jdee/fastlane-plugin-maintenance","last_synced_at":"2026-05-24T16:31:44.949Z","repository":{"id":56845827,"uuid":"114075932","full_name":"jdee/fastlane-plugin-maintenance","owner":"jdee","description":"Maintenance actions for Fastlane plugin repos","archived":false,"fork":false,"pushed_at":"2017-12-21T01:54:42.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T04:44:53.464Z","etag":null,"topics":["fastlane-plugin","rake","rubocop","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-13T04:59:48.000Z","updated_at":"2017-12-13T13:33:41.000Z","dependencies_parsed_at":"2022-09-17T22:02:10.559Z","dependency_job_id":null,"html_url":"https://github.com/jdee/fastlane-plugin-maintenance","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdee%2Ffastlane-plugin-maintenance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdee%2Ffastlane-plugin-maintenance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdee%2Ffastlane-plugin-maintenance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdee%2Ffastlane-plugin-maintenance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdee","download_url":"https://codeload.github.com/jdee/fastlane-plugin-maintenance/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241549062,"owners_count":19980474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastlane-plugin","rake","rubocop","ruby"],"created_at":"2024-11-13T17:45:45.257Z","updated_at":"2026-05-24T16:31:44.917Z","avatar_url":"https://github.com/jdee.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# maintenance plugin\n\n[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-maintenance)\n[![Gem](https://img.shields.io/gem/v/fastlane-plugin-maintenance.svg?style=flat)](https://rubygems.org/gems/fastlane-plugin-maintenance)\n[![Downloads](https://img.shields.io/gem/dt/fastlane-plugin-maintenance.svg?style=flat)](https://rubygems.org/gems/fastlane-plugin-maintenance)\n[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/jdee/fastlane-plugin-maintenance/blob/master/LICENSE)\n[![CircleCI](https://img.shields.io/circleci/project/github/jdee/fastlane-plugin-maintenance.svg)](https://circleci.com/gh/jdee/fastlane-plugin-maintenance)\n\n## Getting Started\n\nThis project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-maintenance`, add it to your project by running:\n\n```bash\nfastlane add_plugin maintenance\n```\n\n## About maintenance\n\nMaintenance actions for plugin repos.\n\n### rake action\n\n```bash\nrake(task: :release)\n```\n\n```bash\nrake(task: :default)\n```\n\n```bash\nrake(task: :default, rakefile: \"Rakefile\")\n```\n\nGeneral-purpose rake action to build tasks from a Rakefile.\n\n|Parameter|Description|\n|---------|-----------|\n|task|The task to build. Symbol or String.|\n|rakefile|The Rakefile to use. Defaults to \"Rakefile\"|\n|options|Options for the task. Pass an array for multiple options.|\n\n### update_rubocop action\n\n```bash\nupdate_rubocop\n```\n\nUpdates rubocop to the latest version. Pins your gemspec to a new version of rubocop if\nnecessary. Runs rubocop -a to auto-correct many offenses. Adjusts TargetRubyVersion.\nAutomatically corrects namespace changes. Disables any remaining failing Cops in your\n.rubocop.yml with a TODO note. Can be run from the command line with no arguments.\n\n## Fastfile.internal\n\nAdd [fastlane/Fastfile.internal](./fastlane/Fastfile.internal) to your repo's\n`Fastfile` to add the following predefined lanes for plugin maintenance:\n\n|lane|description|options|\n|----|-----------|-------|\n|release|Release plugin to RubyGems||\n|install|Install plugin gem in $GEM_HOME|local:yes to install without network access|\n|tests|Run all tests and RuboCop||\n|run_rubocop|Rub RuboCop|correct:yes to auto-correct many offenses|\n|rubocop_update|Update RuboCop to the latest version using the update_rubocop action||\n\n```Ruby\nimport_from_git(\n  path: \"fastlane/Fastfile.internal\",\n  url: \"https://github.com/jdee/fastlane-plugin-maintenance\"\n)\n```\n\n## Run tests for this plugin\n\nTo run both the tests, and code style validation, run\n\n```\nfastlane tests\n```\n\nTo automatically fix many of the styling issues, use\n```\nfastlane run_rubocop correct:yes\n```\n\n## Issues and Feedback\n\nFor any other issues and feedback about this plugin, please submit it to this repository.\n\n## Troubleshooting\n\nIf you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.\n\n## Using _fastlane_ Plugins\n\nFor more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).\n\n## About _fastlane_\n\n_fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdee%2Ffastlane-plugin-maintenance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdee%2Ffastlane-plugin-maintenance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdee%2Ffastlane-plugin-maintenance/lists"}