diff --git a/README.md b/README.md index b632eddc36d9dec6c5c71190ef1475ca26e184ee..e5e0e0235fb06dc1ad1b158b4876e6edabb1c845 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ They are bound to the `publish` stage, and use the following variables: | `MAVEN_DEPLOY_ARGS` | Maven arguments for the Snapshot job | `deploy -Dmaven.test.skip=true` | | `MAVEN_RELEASE_ARGS` | Maven arguments for the Release job | `release:prepare release:perform -Darguments=-Dmaven.test.skip=true` | | `MAVEN_RELEASE_SCM_COMMENT_PREFIX` | Maven release plugin [scmCommentPrefix](https://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html#scmCommentPrefix) parameter | `[ci skip][maven-release-plugin]` | -| `MVN_SEMREL_RELEASE_DISABLED` | Set to `true` to disable [semantic-release integration](#semantic-release-integration) | `[ci skip][maven-release-plugin]` | +| `MVN_SEMREL_RELEASE_DISABLED` | Set to `true` to disable [semantic-release integration](#semantic-release-integration) | _none_ (disabled) | More info: @@ -205,7 +205,7 @@ variables: SEMREL_RELEASE_DISABLED: "true" ``` -Finally, the semantic-release integration can be disable with the `MVN_SEMREL_RELEASE_DISABLED` variable. +Finally, the semantic-release integration can be disabled with the `MVN_SEMREL_RELEASE_DISABLED` variable. #### Maven repository authentication