{{ message }}
Prepare 7.1 beta#11026
Merged
Merged
Conversation
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
Prepare 7.1 Alpha
Prepare Alpha Release
update @ember/optional-features
…-workflow update ember-cli-deprecation-workflow to v4
update ember-welcome-page to v8 in app blueprint
Prepare Alpha Release
update configstore to v8
update RELEASE with update-blueprint-deps commands
update babel-remove-types to v2
When a tag push fires (e.g. v7.1.0-alpha.2-ember-cli), github.ref_name already contains the full tag name including the -ember-cli suffix. The old verify-inputs step was blindly appending -ember-cli again, producing the doubled tag v7.1.0-alpha.2-ember-cli-ember-cli. The regex in the scripts only strips one trailing -ember-cli, so the npm version resolved to "7.1.0-alpha.2-ember-cli", which does not exist on the registry. Fix: - Use github.ref_type == 'tag' to detect tag-push runs and use github.ref_name directly (without appending the suffix again). - Narrow push.tags filter from v* to v*-ember-cli so only the ember-cli package tags trigger this workflow. Agent-Logs-Url: https://github.com/ember-cli/ember-cli/sessions/4c5503b9-afaa-4ccd-8a15-f0501be7ea4b Co-authored-by: kategengler <444218+kategengler@users.noreply.github.com>
Added instructions to check the Sync Output Repos GitHub action to ensure output repos are generated from the tag during release processes.
Add Sync Output Repos check to release instructions
use semver-deprecate instead of internal code
Update diff to latest v8.x
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
Prepare Alpha Release
Promote Beta and update all dependencies for 7.0 release
Prepare Stable Release
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
# Conflicts: # CHANGELOG.md # package.json # packages/app-blueprint/files/package.json # pnpm-lock.yaml # tests/fixtures/addon/defaults/package.json # tests/fixtures/addon/pnpm/package.json # tests/fixtures/addon/typescript/package.json # tests/fixtures/addon/yarn/package.json # tests/fixtures/app/defaults/package.json # tests/fixtures/app/embroider-no-ember-data/package.json # tests/fixtures/app/embroider-no-welcome/package.json # tests/fixtures/app/embroider-pnpm/package.json # tests/fixtures/app/embroider-yarn/package.json # tests/fixtures/app/embroider/package.json # tests/fixtures/app/nested-project/actual-project/package.json # tests/fixtures/app/no-ember-data/package.json # tests/fixtures/app/npm/package.json # tests/fixtures/app/pnpm/package.json # tests/fixtures/app/typescript-embroider-no-ember-data/package.json # tests/fixtures/app/typescript-embroider/package.json # tests/fixtures/app/typescript-no-ember-data/package.json # tests/fixtures/app/typescript/package.json # tests/fixtures/app/with-blueprint-override-lint-fail/package.json # tests/fixtures/app/yarn/package.json
void-mAlex
reviewed
May 22, 2026
Member
Author
There was a problem hiding this comment.
yes this is required because we needed code that would execute after a potential throw. But also, this isn't relevant to the prepare 7.1 beta PR, it should have been a comment on #10610 🙈
Member
Author
There was a problem hiding this comment.
we don't need to review all the code that goes into these PRs because they have already been reviewed, we're just checking for anything odd or stuff that looks broken with the dependencies
NullVoxPopuli
approved these changes
May 22, 2026
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.

No description provided.