Skip to content

Commit 2627e64

Browse files
committed
(ELI-466) english usage
1 parent 7293cd2 commit 2627e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPLOYMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repo uses GitHub Actions to deploy through four environments:
44

55
- **Dev** – continuous integration deploys on push to `main`. Creates a `Dev-<timestamp>` tag.
66
- **test** – Auto deploys the same commit that just deployed to Dev (but waits for approval). No releases or SemVer tags.
7-
- **Preprod** – Auto deploys the commit sha that just deployed to test (but waits for approval) **cuts/bumps a Release Candidate (RC)** tag (`vX.Y.Z-rc.N`) and creates a **GitHub pre-release**.
7+
- **Preprod** – Auto deploys the commit that just deployed to test (but waits for approval) **cuts/bumps a Release Candidate (RC)** tag (`vX.Y.Z-rc.N`) and creates a **GitHub pre-release**.
88
- **prod** – manual promotion of a specific RC to a **final SemVer tag** (`vX.Y.Z`) and a **GitHub Release**.
99

1010
Releases are immutable and auditable:

0 commit comments

Comments
 (0)