Skip to content

prepare releases - #12

Merged
pokornyd merged 38 commits into
mainfrom
release/batch-2026-08-12-6
Aug 12, 2026
Merged

prepare releases#12
pokornyd merged 38 commits into
mainfrom
release/batch-2026-08-12-6

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Prepared by the Prepare release workflow.

  • delivery 20.0.0-rc.2
  • management 9.0.0-rc.2
  • sync 2.0.0-rc.2

Review each version property and its promoted changelog entry, then merge.

Publishing happens per product, when a GitHub Release is created for each tag:

delivery-v20.0.0-rc.2
management-v9.0.0-rc.2
sync-v2.0.0-rc.2

Once this is merged, run Actions -> Publish batch to create those releases.
It releases dependency-first and waits for each product to reach NuGet before
starting the next, so ordering is handled for you. It defaults to a dry run,
and re-running skips whatever is already published.

Releases are independent - publish or abandon one without affecting the others.

Cross-product dependency floors
package                               floor        latest       status
------------------------------------  -----------  -----------  ------
Kontent.Ai.Delivery                   20.0.0-rc.1  20.0.0-rc.1  current
Kontent.Ai.Delivery.Abstractions      20.0.0-rc.1  20.0.0-rc.1  current
Kontent.Ai.Urls                       20.0.0-rc.1  20.0.0-rc.1  current
Kontent.Ai.Delivery.SourceGeneration  20.0.0-rc.1  20.0.0-rc.1  current
Kontent.Ai.Management                 9.0.0-rc.1   9.0.0-rc.1   current

Every floor is at the latest published version.

Releasing a product does not change what its siblings depend on. These floors
live in Directory.Packages.props and are raised in their own PR, after the
dependency is on NuGet. Being behind is normal - raise a floor only when the
consuming code needs the newer API.

Note

Creating these releases by hand instead? Then order matters: if this batch
also re-points a product at a sibling's new version in
Directory.Packages.props, release that dependency first. The release
workflow refuses to publish a package whose cross-product Kontent.Ai.*
dependency is not yet on NuGet. Packages within one product are exempt -
they are published together.

@github-actions
github-actions Bot requested a review from pokornyd as a code owner August 12, 2026 12:16
@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 94.96403% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.40%. Comparing base (0af771f) to head (7f81982).
⚠️ Report is 38 commits behind head on main.

Files with missing lines Patch % Lines
...ching/Extensions/DeliveryCacheOptionsExtensions.cs 0.00% 6 Missing ⚠️
...ontent.Ai.ModelGenerator/CommandLine/ArgHelpers.cs 89.47% 0 Missing and 4 partials ⚠️
.../Kontent.Ai.Delivery.Caching/FusionCacheManager.cs 88.88% 0 Missing and 1 partial ⚠️
...RichText/Resolution/ConditionalHtmlNodeResolver.cs 50.00% 1 Missing ⚠️
...ent.Ai.Urls/ImageTransformation/ImageUrlBuilder.cs 92.30% 0 Missing and 1 partial ⚠️
...del-generator/Kontent.Ai.ModelGenerator/Program.cs 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   90.29%   90.40%   +0.10%     
==========================================
  Files         505      505              
  Lines       10762    10830      +68     
  Branches      999     1017      +18     
==========================================
+ Hits         9718     9791      +73     
+ Misses        708      701       -7     
- Partials      336      338       +2     
Flag Coverage Δ
aspnetcore 90.40% <94.96%> (+0.10%) ⬆️
delivery 90.40% <94.96%> (+0.10%) ⬆️
management 90.40% <94.96%> (+0.10%) ⬆️
model-generator 90.40% <94.96%> (+0.10%) ⬆️
sync 90.40% <94.96%> (+0.10%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...i.AspNetCore/ImageTransformation/AssetTagHelper.cs 96.38% <100.00%> (ø)
...ontent.Ai.AspNetCore/RichText/RichTextTagHelper.cs 100.00% <100.00%> (ø)
...spNetCore/Webhooks/ApplicationBuilderExtensions.cs 100.00% <100.00%> (+21.73%) ⬆️
....AspNetCore/Webhooks/Models/WebhookNotification.cs 100.00% <100.00%> (ø)
...tent.Ai.AspNetCore/Webhooks/SignatureMiddleware.cs 100.00% <100.00%> (ø)
src/common/FatalExceptions.cs 75.00% <ø> (-10.72%) ⬇️
src/common/Http/HttpRetryPredicates.cs 95.23% <100.00%> (+1.12%) ⬆️
src/common/Http/SdkTrackingHeaders.cs 92.10% <100.00%> (+0.67%) ⬆️
src/common/NamedClients.cs 100.00% <100.00%> (ø)
...ivery.Abstractions/Caching/DeliveryCacheOptions.cs 100.00% <ø> (ø)
... and 84 more

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pokornyd
pokornyd merged commit eb0dad6 into main Aug 12, 2026
7 checks passed
@pokornyd
pokornyd deleted the release/batch-2026-08-12-6 branch August 12, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant