From 8b3f3e6d5766cabd2492ff0ce485fe02db9f2125 Mon Sep 17 00:00:00 2001 From: Min Zhang Date: Mon, 4 Jun 2018 11:40:59 -0700 Subject: [PATCH] fix: update README to make semantic-release happy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55c4be7..9f6a8ad 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > An executor plugin that routes builds through a Redis queue -The executor-queue for Screwdriver will push new jobs into a Redis queue. Other executors such as [executor-docker](https://github.com/screwdriver-cd/executor-docker) and [executor-k8s-vm](https://github.com/screwdriver-cd/executor-k8s-vm) will process jobs from this queue. +The executor-queue for Screwdriver will push new jobs into a Redis queue. Other executors such as [executor-docker](https://github.com/screwdriver-cd/executor-docker), [executor-k8s](https://github.com/screwdriver-cd/executor-k8s) and [executor-k8s-vm](https://github.com/screwdriver-cd/executor-k8s-vm) will process jobs from this queue. ## Usage