From 420014f9e5a89653eb69200dfe96e8fa935b5fb0 Mon Sep 17 00:00:00 2001 From: Erin Call Date: Fri, 20 Dec 2019 09:41:36 -0800 Subject: [PATCH] Rename the setting description files to _settings [#8] --- README.md | 2 +- docs/{lint_example.yml => lint_settings.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{lint_example.yml => lint_settings.yml} (100%) diff --git a/README.md b/README.md index 0ff3b73..c0505fb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The plugin is inpsired by [drone-helm](https://github.com/ipedrazas/drone-helm), ## Example configuration -These examples give a minimal and sufficient configuration for each use-case. For a full description of each case, see [docs/lint_example.yml](docs/lint_example.yml), [docs/upgrade_example.yml](docs/upgrade_example.yml), and [docs/uninstall_example.yml](docs/uninstall_example.yml). +The examples below give a minimal and sufficient configuration for each use-case. For a full description of each command's settings, see [docs/lint_settings.yml](docs/lint_settings.yml), [docs/upgrade_settings.yml](docs/upgrade_settings.yml), and [docs/uninstall_settings.yml](docs/uninstall_settings.yml). ### Linting diff --git a/docs/lint_example.yml b/docs/lint_settings.yml similarity index 100% rename from docs/lint_example.yml rename to docs/lint_settings.yml