Skip to content

Commit 22bfe2e

Browse files
authored
Fix long sentence and other
1 parent 194c80f commit 22bfe2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

umbraco-cloud/release-notes/overview-2025/2025-05-releasenotes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Key Takeaways
44

5-
* **Faster deployments for schema changes** - Deployments with only *.uda changes are now ~80% faster – no full build step required.
5+
* **Faster deployments for schema changes** - Deployments with only `*.uda`** changes are now ~80% faster. No full build step required.
66

7-
## Faster deployments for schema changes
8-
We’ve optimized the deployment flow when only `*.uda` files are changed – these are the files Umbraco Deploy uses to track changes to things like content types and data types.
7+
## Faster deployments for schema changes
98

10-
Instead of running a full `dotnet restore/build/publish`, we now simply copy the updated *.uda files.
11-
This makes deployments in these cases up to 80% faster, getting your schema updates live in a fraction of the time.
9+
We’ve optimized the deployment flow when only `*.uda` files are changed. These are the files Umbraco Deploy uses to track changes to things like Content Types and Data Types.
1210

11+
Instead of running a full `dotnet restore/build/publish`, we now copy the updated `*.uda` files.
12+
This makes deployments in these cases up to 80% faster, enabling your schema updates to go live in a fraction of the time.

0 commit comments

Comments
 (0)