Document the changes

Signed-off-by: David Roberts <David.Roberts@orbis.com>
This commit is contained in:
David Roberts
2024-02-07 11:56:28 +00:00
parent 308b0eef3c
commit 9fdb86a91f
2 changed files with 24 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
---
'@backstage/plugin-azure-devops-backend': minor
'@backstage/plugin-azure-devops-common': minor
'@backstage/plugin-azure-devops': minor
---
Ability to fetch the README file from a different AZD path.
Defaults to the current, AZD default behaviour (`README.md` in the root of the git repo); to use a different path, add the annotation `dev.azure.com/readme-path`
Example:
```yaml
dev.azure.com/readme-path: /my-path/CHANGELOG.md
```
+9 -1
View File
@@ -63,13 +63,21 @@ spec:
#### Mono repos
If you have multiple entities within a single repo, you will need to specify which pipelines belong to each entity.
If you have multiple entities within a single repo, you will need to specify which pipelines belong to each entity:
```yaml
dev.azure.com/project-repo: <my-project>/<my-repo>
dev.azure.com/build-definition: <build-definition-name>
```
...and which README file belongs to each entity.
Example:
```yaml
dev.azure.com/readme-path: /<path-to>/<my-readme-file>.md
```
#### Pipeline in different project to repo
If your pipeline is in a different project to the source code, you will need to specify this in the project annotation.