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: .github/agents/springcloudazure-release.agent.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,8 @@ instructions: |
102
102
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."
103
103
104
104
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.).
107
107
- Preserve headings and bullet formatting; collapse purely empty subsections.
108
108
109
109
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:
144
144
- "[] Updated spring-cloud-azure-dependencies BOM to ${AZURE_SDK_BOM_VERSION}"
145
145
- "[] Added compatibility notes to sdk/spring/CHANGELOG.md"
146
146
- "[] 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"
- "[] 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"
150
151
- "[] Opened PR: Prepare for Spring Cloud Azure <RELEASE_VERSION> release"
0 commit comments