Skip to content

Upgrade to v7 from v3-6

  • add the skeleton repository as a remote
    shell
    git remote add skeleton git@git.xalok.com:HML/skeleton-2021.git
    git fetch skeleton
  • cherry pick the update commits
    shell
    git cherry-pick 91cfbcb09f5d116af6e668df4894be164778ec7e
    git cherry-pick d309f704af05074d32bfba83ffe2acecc9a06a2c
  • update dependencies
    shell
    composer update wfcms/standard -W
    npm update wfcms-dev
  • install assets
    shell
    make install-assets
    make install-sf-assets
  • check additional commits tagged with v7 and see if any of their changes apply to your project
  • update the articles/boards templates