File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
tools/releaseBuild/azureDevOps Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -248,8 +248,8 @@ stages:
248
248
$azDoBuild | Remove-AzDOBuildTag -tag 'InProgress' -Pass | Add-AzDOBuildTag -tag 'SignedOff'
249
249
displayName: Signoff Release-Automation run
250
250
251
- - stage : GitHubDraftRelease
252
- displayName : Create GitHub draft release
251
+ - stage : UpdateChangeLog
252
+ displayName : Update the changelog
253
253
# do not include stages that are likely to fail in dependency as there is no way to force deploy.
254
254
dependsOn :
255
255
- MSIXBundle
@@ -261,7 +261,21 @@ stages:
261
261
- ValidateFxdPackage
262
262
- ValidateGlobalTool
263
263
264
- # The environment here is used for approval.
264
+ jobs :
265
+ - template : templates/release/approvalJob.yml
266
+ parameters :
267
+ displayName : Make sure the changelog is updated
268
+ jobName : MergeChangeLog
269
+ instructions : |
270
+ Update and merge the changelog for the release.
271
+ This step is required for creating GitHub draft release.
272
+
273
+ - stage : GitHubDraftRelease
274
+ displayName : Create GitHub draft release
275
+ # do not include stages that are likely to fail in dependency as there is no way to force deploy.
276
+ dependsOn : UpdateChangeLog
277
+
278
+ # The environment here is used for approval.
265
279
jobs :
266
280
- deployment : AzureBlobPublic
267
281
displayName : Make Azure Blob Public
You can’t perform that action at this time.
0 commit comments