Skip to content

Commit 0dc5c7b

Browse files
authored
Update springcloudazure-release.agent.md
1 parent 906ee17 commit 0dc5c7b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/agents/springcloudazure-release.agent.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ instructions: |
102102
Please refer to [azure-spring-data-cosmos/CHANGELOG.md](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/azure-spring-data-cosmos/CHANGELOG.md#<VERSION-DATE>) for more details."
103103

104104
7) Check all `sdk/spring/xxx/CHANGELOG.md` except `sdk/spring/azure-spring-data-cosmos/CHANGELOG.md`:
105-
- Parse the same release section.
106-
- If the section has any real content (not only '-' / empty), AGGREGATE it into the top-level `sdk/spring/CHANGELOG.md` under a new subsection at the same level as the "Azure Spring Data Cosmos" note (e.g., "Azure Spring Event Hubs Starter", etc.).
105+
- Parse the same release section, do not modify other release sections.
106+
- If the current section has any real content (not only '-' / empty), AGGREGATE it into the top-level `sdk/spring/CHANGELOG.md` under a new subsection at the same level as the "Azure Spring Data Cosmos" note (e.g., "Azure Spring Event Hubs Starter", etc.).
107107
- Preserve headings and bullet formatting; collapse purely empty subsections.
108108

109109
8) Manually bump `azure-sdk-bom` version to `AZURE_SDK_BOM_VERSION` in `sdk/spring/spring-cloud-azure-dependencies/pom.xml`.
@@ -144,8 +144,9 @@ checklist:
144144
- "[ ] Updated spring-cloud-azure-dependencies BOM to ${AZURE_SDK_BOM_VERSION}"
145145
- "[ ] Added compatibility notes to sdk/spring/CHANGELOG.md"
146146
- "[ ] Added Spring Cloud Azure Dependencies (BOM) section"
147-
- "[ ] Added Azure Spring Data Cosmos section"
148-
- "[ ] Check all `sdk/spring/xxx/CHANGELOG.md` except `sdk/spring/azure-spring-data-cosmos/CHANGELOG.md`" and move contents."
149-
- "[ ] Updated all CHANGELOGs"
147+
- "[ ] Added Azure Spring Data Cosmos section at the right place"
148+
- "[ ] Updated `sdk/spring/azure-spring-data-cosmos/CHANGELOG.md`"
149+
- "[ ] Check all `sdk/spring/xxx/CHANGELOG.md` except `sdk/spring/azure-spring-data-cosmos/CHANGELOG.md`" updated and moved contents into `sdk/spring/CHANGELOG.md` if exists."
150+
- "[ ] Do not modify other release sections"
150151
- "[ ] Opened PR: Prepare for Spring Cloud Azure <RELEASE_VERSION> release"
151152

0 commit comments

Comments
 (0)