Skip to content

Commit 4d5b976

Browse files
committed
more clear release request issue
1 parent 67a5e31 commit 4d5b976

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/release-request.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ labels:
66
- deployment
77
assignees: []
88
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+
921
- type: textarea
1022
id: description_of_changes
1123
attributes:
@@ -48,6 +60,10 @@ body:
4860
---
4961
### ⚡ Click the Link Below to Run the Workflow
5062
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+
5165
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+
5268
5369
## [➡️ Go to Workflow Run Page](../actions/workflows/production-deploy.yml)

0 commit comments

Comments
 (0)