From 2f768f5d721ce0accdc9f775bd655974d86d800c Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Wed, 6 Dec 2023 09:27:43 +0100
Subject: [PATCH] docs: normalise table headers

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 67c6926..5ebc01e 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ include:
 
 The semantic-release template uses some global configuration used throughout all jobs.
 
-| Name                  | description                                   | default value     |
+| Name                  | Description                                   | Default value     |
 | --------------------- | --------------------------------------------- | ----------------- |
 | `SEMREL_IMAGE`        | The Docker image used to run semantic-release | `registry.hub.docker.com/library/node:latest` |
 | `SEMREL_VERSION`      | The [semantic-release](https://www.npmjs.com/package/semantic-release) version to use | `latest` |
@@ -63,7 +63,7 @@ If no configuration is found, the template will generate one with the following
 
 As specified in the previous chapter, these variables are only used to generated a `.releaserc` when no configuration is found in the repository.
 
-| Name                          | description                                            | default value |
+| Name                          | Description                                            | Default value |
 | ------------------------------| ------------------------------------------------------ | ------------- |
 | `SEMREL_CHANGELOG_ENABLED`    | Add the [@semantic-release/changelog](https://github.com/semantic-release/changelog) plugin which will commit a changelog file in the repository if set to `true`. | _none_ |
 | `SEMREL_CHANGELOG_FILE`    | [changelogFile @semantic-release/changelog option](https://github.com/semantic-release/changelog#options). | _none_ (use the plugin default value which is `CHANGELOG.md`). |
@@ -141,7 +141,7 @@ For an introduction on commit signing, see [GitLab documentation](https://docs.g
 
 To make semantic-release sign its commits, use the following variable.
 
-| Name                 | description                                                              | default value |
+| Name                 | Description                                                              | Default value |
 | ---------------------| ------------------------------------------------------------------------ | ------------- |
 | :lock: `SEMREL_GPG_SIGNKEY` | Path to the GPG signkey exported with `gpg --armor --export-secret-key`<br/>:warning: Declare as a masked [project variable of File type](https://docs.gitlab.com/ee/ci/variables/#cicd-variable-types). | _none_        |
 
-- 
GitLab