From 018835f56d583dbece753b611a77cd1c90ce5451 Mon Sep 17 00:00:00 2001 From: Matt Ziemer Date: Tue, 21 Nov 2017 10:03:16 -0800 Subject: [PATCH] docs(README): typo (#516) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0977c0ee..a0d91483 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ When pushing new commits with `git push` a CI build is triggered. After running | Step | Description | | ------------------ | ------------------------------------------------------------------------------------------- | -| Verify Conditions | Run the [verifyConditions](#verifyConditions) plugin) | +| Verify Conditions | Run the [verifyConditions](#verifyConditions) plugin | | Get last release | Obtain last release with the [getLastRelease](#getLastRelease) plugin | | Analyze commits | Determine the type of release to do with the [analyzeCommits](#analyzeCommits) plugin | | Verify release | Call the [verifyRelease](#verifyRelease) plugin |