diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2019-10-02 15:04:23 -0400 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-10-03 20:21:09 +0200 |
commit | de6c26b1828c33f26007b4da3dfcf7ef5af0b160 (patch) | |
tree | 14061d779e13748dd2b46244c14fe16a46462712 /server/sonar-docs | |
parent | b07ed9d10b46fad14693ab59aaec7c355432138a (diff) | |
download | sonarqube-de6c26b1828c33f26007b4da3dfcf7ef5af0b160.tar.gz sonarqube-de6c26b1828c33f26007b4da3dfcf7ef5af0b160.zip |
DOC fix linebreak
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/extend/deploying-to-marketplace.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/extend/deploying-to-marketplace.md b/server/sonar-docs/src/pages/extend/deploying-to-marketplace.md index f6f73493381..961256a0620 100644 --- a/server/sonar-docs/src/pages/extend/deploying-to-marketplace.md +++ b/server/sonar-docs/src/pages/extend/deploying-to-marketplace.md @@ -107,7 +107,8 @@ Create a new block in the file with this format: * `[versionId].sqVersions`=\[compatibility information. See 'Filling in sqVersions compatibility ranges' below] * `[versionId].date`=\[release date with format: YYYY-MM-DD] * `[versionId].changelogUrl`= -* `[versionId].downloadUrl`= +* `[versionId].downloadUrl`= + Add `[versionId]` to the `publicVersions` list. Move to `archivedVersions` any versions with identical compatibility. See also 'Filling in sqVersions, publicVersions, and archivedVersions' below |