β«Upgrade guide
How to upgrade your PetalPro project to the latest versions
1.6 -> 1.7
# in mix.exs
# remove this:
{:recode, "~> 0.6", only: [:dev, :test]},
# and replace it with this:
{:styler, "~> 0.11", only: [:dev, :test], runtime: false},
# in .formatter.exs
# replace:
plugins: [Phoenix.LiveView.HTMLFormatter, Recode.FormatterPlugin]
# with:
plugins: [Phoenix.LiveView.HTMLFormatter, Styler]1.5.2
Updating Petal Framework
Updating the boilerplate code
Option 1 - Copy your files into a fresh project
Option 2 - Using git branches
Option 3 - Rebasing
Option 4 - Attempt a git merge
Option 6 - Use a diffing tool like Araxis merge
Was this helpful?
