You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DEV.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,3 +90,31 @@ You can test the release workflow without actually publishing by using the manua
90
90
-**Simulate [skip-latest]**: Check to test the skip-latest behavior
91
91
92
92
The workflow will run and display the npm tag that would be used without performing any actual build or publish operations.
93
+
94
+
### Sonar Update Center
95
+
96
+
After publishing a new release, the [Sonar Update Center](https://xtranet-sonarsource.atlassian.net/wiki/spaces/DOC/pages/3385294896/The+Sonar+Update+Center) needs to be updated. This makes release information available at `downloads.sonarsource.com` for documentation and tooling.
97
+
98
+
#### Update Process
99
+
100
+
1.**Create a PR** in [sonar-update-center-properties](https://github.com/SonarSource/sonar-update-center-properties) to update `scannernpm.properties`
101
+
102
+
2.**Add the new version entry** with the following format:
103
+
104
+
```properties
105
+
X.Y.Z.description=Short description of the release
- Move the previous public version to `archivedVersions`
113
+
- Set the new version in `publicVersions`
114
+
115
+
4.**After PR is merged**, run the scanner release notes GitHub Action on the [SonarQube-Documentation](https://github.com/SonarSource/SonarQube-Documentation) repo to create a PR that pushes the update to product docs
0 commit comments