-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 [QA] Update release environment #486
Conversation
We add links to the affected environments in the description of PRs updating our testing/production environments.
…PRs (#477) We add links to the affected environments in the description of PRs updating our testing/production environments.
The commit introduces a GH ACtions workflow which adds a comment with tests list to the PRs with the release candidates (PRs that want to merge `stage-live` branch to the `release` branch). The test list should be specified in the `./.github/workflows/test-list/release-test-list.md` file. The comment will be added only once, right after the PR gets created.
The commit introduces a GH ACtions workflow which adds a comment with tests list to the PRs with the release candidates (PRs that want to merge `stage-live` branch to the `release` branch). The test list should be specified in the `./.github/workflows/test-list/release-test-list.md` file. The comment will be added only once, right after the PR gets created. @andreachapman, @jagodarybacka - I didn't have time to focus on the content of the test list, I only did some small changes there (formatting + adding introduction). I think even if there are some tests missing, we can merge as it is (if other things look ok) and Andrea (or anybody else) can later update the test list separately.
…481) Resolves: #480 <img width="709" alt="480" src="https://github.com/tahowallet/dapp/assets/28560653/9c0302d3-2b29-4b7c-9a3f-5f1935604768">
Related to comment: #481 (comment)
Resolves #256 Solves the problem of avatar not being fetched correctly
Clean up `data` folder from mocked XP files to have clean state for the release
This is a pull request that upon merging will update stage environments with recent `main` changes. The environments that will be updated: * Stage live: https://stage-live--taho-development.netlify.app/ * Stage fork: https://stage-fork--taho-development.netlify.app/ Read more: [Deployment to Production Flow](https://github.com/tahowallet/dapp/blob/main/docs/testing-env.md)
✅ Deploy Preview for taho-development ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Release checklistThis release checklist should be performed before release is published.
Approve the PR when the checklist is finished ✅ Merge the PR when it is approved and we want to update the production Manual tests
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
verified, ready for prod
This is a pull request that upon merging will update production environment with recent
stage-live
changes.The environment that will be updated:
Read more: Deployment to Production Flow