Skip to content

Compare: Migration to version 17.0

Showing with 1 addition and 0 deletions.
  1. +1 −0 Migration-to-version-17.0.md
1 change: 1 addition & 0 deletions Migration-to-version-17.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
$ git checkout -b 17.0-mig-$module origin/17.0
$ git format-patch --keep-subject --stdout origin/17.0..origin/16.0 -- $module | git am -3 --keep
$ pre-commit run -a # to run pre-commit linters and formatters (please ignore pylint errors at this stage)
$ rm *.deb
$ git add -A
$ git commit -m "[IMP] $module: pre-commit auto fixes" --no-verify # it is important to do all formatting in one commit the first time
```
Expand Down