From 6693080b519f8e95c625e489bc6cc9964f320be8 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Sun, 20 May 2018 16:17:45 -0400 Subject: [PATCH] style: fix table indentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ffb4223..ddc30444 100644 --- a/README.md +++ b/README.md @@ -83,11 +83,11 @@ After running the tests the command `semantic-release` will execute the followin | Verify Conditions | Verify all the conditions to proceed with the release with the [verify conditions plugins](docs/usage/plugins.md#verifyconditions-plugin). | | Get last release | Obtain the commit corresponding to the last release by analyzing [Git tags](https://git-scm.com/book/en/v2/Git-Basics-Tagging). | | Analyze commits | Determine the type of release with the [analyze commits plugin](docs/usage/plugins.md#analyzecommits-plugin) based on the commits added since the last release. | -| Verify release | Verify the release conformity with the [verify release plugins](docs/usage/plugins.md#verifyrelease-plugin). | +| Verify release | Verify the release conformity with the [verify release plugins](docs/usage/plugins.md#verifyrelease-plugin). | | Generate notes | Generate release notes with the [generate notes plugin](docs/usage/plugins.md#generatenotes-plugin) for the commits added since the last release. | | Create Git tag | Create a Git tag corresponding to the new release version | -| Prepare | Prepare the release with the [prepare plugins](docs/usage/plugins.md#prepare-plugin). | -| Publish | Publish the release with the [publish plugins](docs/usage/plugins.md#publish-plugin). | +| Prepare | Prepare the release with the [prepare plugins](docs/usage/plugins.md#prepare-plugin). | +| Publish | Publish the release with the [publish plugins](docs/usage/plugins.md#publish-plugin). | | Notify | Notify of new releases or errors with the [success](docs/usage/plugins.md#success-plugin) and [fail](docs/usage/plugins.md#fail-plugin) plugins. | ## Documentation