Skip to content

Commit

Permalink
fix(cli): Update migration link (#6560)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Summerfeldt <20338451+IT-MikeS@users.noreply.github.com>
  • Loading branch information
jcesarmobile and IT-MikeS committed May 4, 2023
1 parent f4af0a2 commit e03062e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/src/tasks/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,9 @@ async function writeBreakingChanges() {
broken.push(lib);
}
}
// TODO - remove "next" from the url once capacitor 5 is final
if (broken.length > 0) {
logger.info(
`IMPORTANT: Review https://capacitorjs.com/docs/next/updating/5-0#plugins for breaking changes in these plugins that you use: ${broken.join(
`IMPORTANT: Review https://capacitorjs.com/docs/updating/5-0#plugins for breaking changes in these plugins that you use: ${broken.join(
', ',
)}.`,
);
Expand Down

0 comments on commit e03062e

Please sign in to comment.