Improve changeset after review comment

Signed-off-by: Neemys <36508659+Neemys@users.noreply.github.com>
This commit is contained in:
Neemys
2022-07-28 15:53:18 +02:00
parent b2b62ab5b6
commit 932a31ade7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-sonarqube-backend': patch
'@backstage/plugin-sonarqube-backend': minor
---
Initial creation of the plugin
+2 -2
View File
@@ -2,8 +2,8 @@
'@backstage/plugin-sonarqube': minor
---
**BREAKING** This plugin now call the sonarqube-backend plugin instead of relying on the proxy plugin
**BREAKING** This plugin now call the `sonarqube-backend` plugin instead of relying on the proxy plugin
The whole proxy's `'/sonarqube':` key can be removed from your configuration files.
Then head to the sonarqube-backend plugin page to learn how to set-up the link to your Sonarqube instances.
Then head to the [README in sonarqube-backend plugin page](https://github.com/backstage/backstage/tree/master/plugins/sonarqube-backend/README.md) to learn how to set-up the link to your Sonarqube instances.