File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments