Skip to:
Content

BuddyPress.org

Changeset 14021


Ignore:
Timestamp:
09/07/2024 12:29:08 PM (5 weeks ago)
Author:
imath
Message:

Documentation: list the pre-release tests to perform before deployment

Closes https://github.com/buddypress/buddypress/pull/373

Location:
trunk/docs/contributor
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/contributor/manifest.json

    r14017 r14021  
    4949    },
    5050    {
     51        "title": "Testing a release before deploying it",
     52        "slug": "about-release-tests",
     53        "markdown_source": "../contributor/project/release/test-checklist.md",
     54        "parent": null
     55    },
     56    {
    5157        "title": "Contribute to documentation",
    5258        "slug": "contribute-to-documentation",
  • trunk/docs/contributor/project/release/README.md

    r13785 r14021  
    33- [Release Leads & Deputies](./leads.md)
    44- [Building a new BuddyPress release](./build-checklist.md)
     5- [Testing a release before deploying it](./test-checklist.md)
  • trunk/docs/contributor/project/release/build-checklist.md

    r13954 r14021  
    106106
    107107> [!IMPORTANT]
    108 > If it's a major or minor release: control everything went fine.
    109 
    110 + Copy the content of the `buddypress-to-deploy/build` folder into a new `buddypress` folder.
    111 + Zip it.
    112 + Test on a WordPress fresh install there are no problems installing this new version of BuddyPress.
    113 + Test on a WordPress install already having a previous version of BuddyPress installed and use the WordPress Plugin's Add new screen to check there are no problems upgrading to this new version of BuddyPress.
    114 
    115 > [!TIP]
    116 > If you organized a release party on BuddyPress Slack's channel, don't hesitate to ask other contributors to help you test this new version.
     108> If it's a major or minor release: [control everything went fine](./test-checklist.md).
    117109
    118110+ If lights are green, overwrite the contents of the trunk directory with the contents of `build` in the [wporg] checkout.
Note: See TracChangeset for help on using the changeset viewer.