You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release-request.yml
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ labels:
6
6
- deployment
7
7
assignees: []
8
8
body:
9
+
- type: markdown
10
+
attributes:
11
+
value: |
12
+
## How this works
13
+
14
+
1. **Fill in this form** (description of changes, branch, version bump). Do not submit yet.
15
+
2. **Scroll to the bottom and open the *Production deploy* workflow link in a new tab** — it disappears after you submit this form, so you need it open beforehand.
16
+
3. **Submit this issue** to record the release request and start the workflow.
17
+
4. The workflow redeploys staging, then pauses on the **manual approval gate** — a Lambda Feedback admin reviews this issue and approves the run there.
18
+
5. Once approved, a `vX.Y.Z` git tag and GitHub Release are created and the function is deployed to production.
19
+
6. Once the release is live, post a comment on this issue with the URL of the new GitHub Release (e.g. `https://github.com/<org>/<repo>/releases/tag/vX.Y.Z`) and then close the issue. This helps us keep track of which releases correspond to which requests.
20
+
9
21
- type: textarea
10
22
id: description_of_changes
11
23
attributes:
@@ -48,6 +60,10 @@ body:
48
60
---
49
61
### ⚡ Click the Link Below to Run the Workflow
50
62
63
+
⚠️ Open the workflow page in a new tab before submitting the issue, because the link to the workflow run page will disappear after submission.
64
+
51
65
Clicking the link will take you to the Actions page. You will need to click the **"Run workflow"** button there to start the process.
66
+
Select the same branch and version bump type you entered in this form, then click the green **"Run workflow"** button.
67
+
52
68
53
69
## [➡️ Go to Workflow Run Page](../actions/workflows/production-deploy.yml)
0 commit comments