@backstage-community/plugin-azure-devops 0.25.0 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ dev.azure.com/project-repo: <my-project>/<my-repo>
|
|
|
70
70
|
dev.azure.com/build-definition: <build-definition-name>
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
Then to display the `README` file that belongs to each entity you would
|
|
73
|
+
Then to display the `README` file that belongs to each entity you would add below annotation in addition to the [`project-repo`](#entity-annotation) annotation:
|
|
74
74
|
|
|
75
75
|
```yaml
|
|
76
76
|
dev.azure.com/readme-path: /<path-to>/<my-readme-file>.md
|