Skip to content

Releasing Apps

Releasing makes a deployed version of your app available for installation. You must deploy successfully before you can release.

  1. After a successful deployment, click Release in the App Builder toolbar.
  2. The release process packages your deployed artifacts for distribution.
  3. Once complete, the app version is available in the App Catalog.
Terminal window
foundry apps release
StatusDescription
In progressThe release is being processed.
SuccessfulThe release completed. The app is available for installation.
FailedThe release failed. Review the error and retry.

If a release fails, fix the underlying issue and run the release command again. You do not need to redeploy unless the fix requires code or configuration changes.

Each release increments the app version. See Versioning for details on version semantics and auto-update behavior.