fix(docs): remove unnecessary backticks in readme

This commit is contained in:
Josh Duff
2017-11-10 12:31:53 -05:00
committed by Pierre Vanduynslager
parent 17a600672f
commit a4951b7c30
+2 -2
View File
@@ -87,8 +87,8 @@ 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 |
| npm publish | Update the version in `package.json` and call `npm publish` | | npm publish | Update the version in `package.json` and call `npm publish` |