Skip to content

Promote: stage to prod: PR#6 PR#7#9

Merged
bgerd merged 16 commits intoprodfrom
stage
Mar 21, 2026
Merged

Promote: stage to prod: PR#6 PR#7#9
bgerd merged 16 commits intoprodfrom
stage

Conversation

@bgerd
Copy link
Copy Markdown
Owner

@bgerd bgerd commented Mar 21, 2026

Summary

  1. Feat: Update landing page copy for app deeplinking (Feat: Update landing page for app deeplinking #6)(Feat: Update landing page for app deeplinking 2 #7)
  2. First time working through main(dev)->stage->prod workflow

Test Plan

  • npm run lint passes
  • npm run test passes
  • Manually tested (describe how)

Checklist

  • Code follows the project conventions (see CLAUDE.md)
  • Self-reviewed the diff
  • Updated documentation if needed

@bgerd bgerd merged commit 977132c into prod Mar 21, 2026
Copy link
Copy Markdown
Owner Author

@bgerd bgerd Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chore. Missing comment

@bgerd
Copy link
Copy Markdown
Owner Author

bgerd commented Mar 21, 2026

Requires (remember to ./configure.sh prod)

  1. ./infra/scripts/deploy-app.sh
  2. ./infra/scripts/deploy-landing.sh

@bgerd
Copy link
Copy Markdown
Owner Author

bgerd commented Mar 21, 2026

Success! git log --oneline when checked out to prod after git pull origin ... looks like

977132c (HEAD -> prod, tag: prod-260321, origin/prod) Merge pull request #9 from bgerd/stage to prod
b520d5c (tag: stage-260321, origin/stage, stage) Merge pull request #8 from bgerd/main to stage
bf519ee (tag: dev-260321, origin/main, main) Merge pull request #7 from bgerd/feat/update-landing

Note

  1. The prod-260321, stage-260321, dev-260321 deployment tags that need to manually created
  2. There is no need to back-merge. As development continues on main, stage and prod branches will loose git log visibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants