-
Notifications
You must be signed in to change notification settings - Fork 40
Update: Amezmo
Jen Lampton edited this page Nov 20, 2024
·
4 revisions
The official Amezmo upstream is located at https://github.com/sdubois/backdrop-amezmo
Steps to update:
- Clone the
backdrop-amezmo
repo to your local dev environment.
git clone [email protected]:sdubois/backdrop-amezmo.git
- Add
backdrop/backdrop
as a tracked remote.
git remote add core [email protected]:backdrop/backdrop.git
- Pull down the latest changes from amezmo.
git pull
- Fetch the changes from core.
git fetch core
- Verity that you are on the
1.x
branch.
git branch
- 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)
- Push the changes on the
1.x
branch to thebackdrop-amezmo
repository.
git push origin 1.x
- The new release of Backdrop CMS is now available to Amezmo users!