Skip to content

Commit 53f4871

Browse files
committed
Detailed build guide
1 parent 6e9f949 commit 53f4871

File tree

5 files changed

+3525
-2
lines changed

5 files changed

+3525
-2
lines changed

.claude/commands/docs-review.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ Always provide relevant line numbers for any issues you identify.
137137
- **Files moved, renamed, or deleted**:
138138
- Confirm that moved or renamed files have appropriate aliases added to the frontmatter to avoid broken links.
139139
- Confirm that deleted files have a redirect created, if applicable.
140+
- **Build, test, and infrastructure changes**:
141+
- If changes are made to build scripts (scripts/), GitHub Actions workflows (.github/workflows/), the Makefile, or infrastructure code (infrastructure/), verify that BUILD-AND-DEPLOY.md has been updated to reflect these changes.
142+
- Examples of changes requiring documentation updates: new make targets, modified deployment workflows, infrastructure configuration changes, new environment variables, updated build processes.
140143
- **Images and assets**:
141144
- Check images have alt text for accessibility.
142145
- Verify image file sizes are reasonable.

.github/workflows/scheduled-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
platform:
3434
- pulumi-service-ubuntu-24.04-4core
3535
go-version:
36-
- 1.23.x
36+
- 1.25.x
3737
node-version:
3838
- 20.x
3939
python-version:

.github/workflows/scheduled-upgrade-programs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
platform:
2323
- ubuntu-latest
2424
go-version:
25-
- 1.23.x
25+
- 1.25.x
2626
node-version:
2727
- 20.x
2828
python-version:

0 commit comments

Comments
 (0)