-
Notifications
You must be signed in to change notification settings - Fork 41
Update: Drupal Forge (devpanel) Template
izmeez edited this page Sep 3, 2024
·
3 revisions
Backdrop security releases and bug fixes should be applied to the template as soon as possible. However, releases of a new minor version may be delayed a short time to assess stability before updating the template.
How to update the Drupal Forge (devpanel) Backdrop CMS Quickstart template to the latest core version.
- Create a new issue at https://github.com/devpanel-demo/backdrop-cms-quickstart/issues
- If you have not done so already, fork the platform template at https://github.com/devpanel-demo/backdrop-cms-quickstart
- Create a new branch on your fork for the new issue created in step 1.
- Edit the file
.devpanel/init.sh
modifying the linecd /tmp && wget https://github.com/backdrop/backdrop/releases/download/1.28.2/backdrop.zip
changing the version number to the latest core version. - Commit the change to the branch of your fork.
- Create a pull request with this change for the issue created in step 1.