Skip to content
Jen Lampton edited this page Nov 20, 2024 · 4 revisions

Update Official Backdrop CMS Amezmo upstream

The official Amezmo upstream is located at https://github.com/sdubois/backdrop-amezmo

Steps to update:

  1. Clone the backdrop-amezmo repo to your local dev environment.
  1. Add backdrop/backdrop as a tracked remote.
  1. Pull down the latest changes from amezmo.
  • git pull
  1. Fetch the changes from core.
  • git fetch core
  1. Verity that you are on the 1.x branch.
  • git branch
  1. Merge the latest Backdrop release tag into the 1.x branch.
  • git tag -l (list the tags)
  • git merge 1.29.2 (merge all commits from tag 1.29.2)
  1. Push the changes on the 1.x branch to the backdrop-amezmo repository.
  • git push origin 1.x
  1. The new release of Backdrop CMS is now available to Amezmo users!