Skip to content

Commit

Permalink
Merge pull request #25 from embroider-build/remove-embroider
Browse files Browse the repository at this point in the history
remove reference to @embroider
  • Loading branch information
mansona authored Nov 24, 2023
2 parents 3ed7f53 + 1267a62 commit e426626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export function planVersionBumps(changed: ParsedChangelog, singlePackage?: strin
plan.addConstraint(singlePackage, section.impact, `Appears in changelog section ${section.heading}`);
} else {
for (let pkg of section.packages) {
plan.addConstraint(`@embroider/${pkg}`, section.impact, `Appears in changelog section ${section.heading}`);
plan.addConstraint(pkg, section.impact, `Appears in changelog section ${section.heading}`);
}
}

Expand Down

0 comments on commit e426626

Please sign in to comment.