선적 서류 비치

Releases and promotion

Pinned release bundles, environment promotion, and approval gates in Relpin.

베타 업데이트됨 2026-06-11 원시 마크다운
문서 내용은 현재 영어로 게시되어 있습니다. 번역이 준비되는 동안 한국어 문서 경로를 탐색할 수 있습니다.
문서 트리

Relpin separates editing from releasing. An app can change quickly in Studio, but production should run a known release with reviewable content.

Pinned releases

A release points to a deterministic app artifact. The goal is simple: if an operator asks what is running, the answer should not be “whatever the browser last saved.”

Pinned releases make app state reviewable and repeatable.

Environments

Organizations can promote apps through environment stages such as DEV, TEST, and PROD. The exact workflow can vary by organization, but production promotion should remain explicit.

Approval gates

Approval gates are used when a release or environment promotion needs separation of duties. They are especially important for apps that touch sensitive operational data.

Audit trail

Release and promotion events belong in the audit path. That gives teams a history of who changed what, when it moved, and which app version users reached.

What to avoid

Do not model production publish as a browser-local state change. The release path should stay server-authoritative and content-addressed.