docs(README): typo (#516)

This commit is contained in:
Matt Ziemer 2017-11-21 10:03:16 -08:00 committed by Gregor Martynus
parent c8748ad0e2
commit 018835f56d

View File

@ -87,7 +87,7 @@ When pushing new commits with `git push` a CI build is triggered. After running
| Step | Description | | 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 | | 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 | | Analyze commits | Determine the type of release to do with the [analyzeCommits](#analyzeCommits) plugin |
| Verify release | Call the [verifyRelease](#verifyRelease) plugin | | Verify release | Call the [verifyRelease](#verifyRelease) plugin |