Skip to content

Commit 9572bf8

Browse files
author
EIKE SOEREN VOM BAUER
committed
refine documentation
1 parent 765f697 commit 9572bf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The patching of the version only takes effect if the merged branch begins with t
2828
2929
| SemVer | supported aliases | version example |
3030
| ------ | ------------------------------------------- | --------------- |
31-
| MAJOR | major | 1.0.0 => 2.0.0 |
32-
| MINOR | minor, feature | 1.0.0 => 1.1.0 |
33-
| PATCH | patch, bugfix, fix | 1.0.0 => 1.0.1 |
31+
| MAJOR | major | 1.2.3 => 2.0.0 |
32+
| MINOR | minor, feature | 1.2.3 => 1.3.0 |
33+
| PATCH | patch, bugfix, fix | 1.2.3 => 1.2.4 |
3434

3535

3636

@@ -56,7 +56,7 @@ List of all environmental variables used per CI tool.
5656
| ------------------------- | --------------------------------------------------------------- |:---------:|
5757
| `JENKINS_URL` | Returns the URL of your Jenkins instance. (Already set) | true |
5858
| `GIT_URL` | Will only be set by using the GitHub Plugin. | true |
59-
| `GITHUB_TOKEN` | Must provided in pipeling as `env.GITHUB_TOKEN` (see examples) | true |
59+
| `GITHUB_TOKEN` | Must provided in pipeline as `env.GITHUB_TOKEN` (see examples) | true |
6060
| `GIT_DEFAULT_BRANCH_NAME` | overrides the default branch name (default: `main`) | false |
6161

6262
> To see your Jenkins environment variables go to: `${YOUR_JENKINS_HOST}/env-vars.html`

0 commit comments

Comments
 (0)