chore: sync main (v0.27.0) back to development#1390
Merged
Conversation
main is the release PR base. Seed the workflows GitHub resolves from the base branch on release/hotfix PRs, plus the merge gate: - release-pr (Approve #1: deploy to staging), deploy-reusable (the gated deploy) - release-finalize (tags vX.Y.Z + GitHub Release), release-backmerge (main->development) - release-cancel, release-hotfix-cherrypick - CODEOWNERS (* @aragon/app-team) = Approve #2 - RELEASE.md runbook The development-side workflows (release-start, app-production, hotfix-start, rollback, develop-deploy) and the unit-dep/integration-test trigger trims arrive on main automatically with the first release merge (development -> main).
ci(release): seed main with PR-gated release flow (PR-base side)
# Conflicts: # .github/workflows/deploy-reusable.yml # .github/workflows/release-pr.yml
- include .github/workflows/scripts in notify jobs' sparse-checkout (fixes MODULE_NOT_FOUND when slack-notify runs slackNotify.js) - reword the deploy-result Slack message to state the NEXT action (staging -> review & merge, prod -> done, failure -> re-run/fix) instead of appending the raw job result word - link Linear issues in the release summary when LINEAR_API_TOKEN is set (optional GitHub Actions secret; Linear silently skipped and PR links kept when the token is absent)
…st suite execution
refactor(logMetadata): update block number comparison and restrict test suite execution
Release v0.27.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Auto-opened when
release/0.27.0merged intomain. Carries the merged changes (incl. CHANGELOG.md / version) back intodevelopment.