Skip to main content

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

  1. Open the publish or deploy screen for the application.
  2. Select Inspect Changes.
  3. Read the summary, grouped by artifact type.

Changes are grouped so you can scan the areas you care about:

GroupWhat it covers
WorkflowsWorkflows added, changed, or removed
ResourcesResource configuration changes
SchemasSchema additions and changes
Global VariablesVariable 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

SymptomCauseWhat to do
No changelog is availableNothing has changed since the last published versionThere is nothing to review; proceed or make your changes first

Next steps