Reviewing Changes Before They Ship
Before you publish or deploy, it is worth knowing exactly what is going live. Inspect Changes generates a plain-language summary of everything that changed since the last published version, so you are not reading raw configuration to work it out.
Where: the Inspect Changes button in the publish and deploy screens.
This is a button in the publish flow, not something you request in the chat panel.
Generate a changelog
- Open the publish or deploy screen for the application.
- Select Inspect Changes.
- Read the summary, grouped by artifact type.
Changes are grouped so you can scan the areas you care about:
| Group | What it covers |
|---|---|
| Workflows | Workflows added, changed, or removed |
| Resources | Resource configuration changes |
| Schemas | Schema additions and changes |
| Global Variables | Variable and variable group changes |
Use it before deploying
Reading the changelog before a Production deployment is the cheapest check available: it costs a moment and tells you whether the deployment contains what you expect. If something appears that you did not intend, that is the point to stop.
When it does not work
| Symptom | Cause | What to do |
|---|---|---|
| No changelog is available | Nothing has changed since the last published version | There is nothing to review; proceed or make your changes first |
Next steps
- Publishing, Deploying, and Testing — take the reviewed change live.