Skip to:
Content

BuddyPress.org

Changeset 13948


Ignore:
Timestamp:
07/05/2024 03:00:15 AM (4 months ago)
Author:
imath
Message:

Update release process & release lead's role

  • Add espellcaste, vapvarun & emaralive to humans.txt.
  • Update project roles using Pizza cooking ones.
  • Update Credits screen to include vapvarun & emaralive in the BP Team section.

Props espellcaste, vapvarun, emaralive

Fixes #9204
Closes https://github.com/buddypress/buddypress/pull/323

Location:
trunk/docs/contributor/project/release
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/contributor/project/release/build-checklist.md

    r13785 r13948  
    6767> Once created, a tag cannot be removed or edited nor trunk merged to it so please ensure all necessary updates to trunk are committed before creating the tag copy from it.
    6868
    69 ### For major releases (12.0.0), branch from trunk, then tag from new branch.
     69### For Beta (12.0.0-beta1) & first Release Candidate (12.0.0-RC1) releases, create tag from trunk.
     70
     71```bash
     72svn cp https://buddypress.svn.wordpress.org/trunk https://buddypress.svn.wordpress.org/tags/12.0.0-beta1
     73```
     74
     75#### Additional task for first Release Candidate (12.0.0-RC1) release: branch from trunk.
    7076
    7177```bash
    7278svn cp https://buddypress.svn.wordpress.org/trunk/ https://buddypress.svn.wordpress.org/branches/12.0
    73 svn cp https://buddypress.svn.wordpress.org/branches/12.0 https://buddypress.svn.wordpress.org/tags/12.0.0
    7479```
    7580
    76 ### For minor releases (12.1.0), tag from relevant branch.
     81### For Release Candidate > 1, major & minor releases, tag from relevant branch.
    7782
    7883```bash
    7984svn cp https://buddypress.svn.wordpress.org/branches/12.0 https://buddypress.svn.wordpress.org/tags/12.1.0
    80 ```
    81 
    82 ### For Beta and Release Candidate releases (12.0.0-beta1), create tag from trunk.
    83 
    84 ```bash
    85 svn cp https://buddypress.svn.wordpress.org/trunk https://buddypress.svn.wordpress.org/tags/12.0.0-beta1
    8685```
    8786
  • trunk/docs/contributor/project/release/leads.md

    r13746 r13948  
    77For the sake of clarity, BuddyPress release leads and their deputies, between them, can expect to:
    88
     9- Decide about the release schedule.
     10- Define bug/enhancement/task priorities for the milestone.
    911- Run our bi-weekly project meeting, and write and publish meeting notes on our [development blog](https://bpdevel.wordpress.com/).
    1012- Coordinate blog posts and announcements on social media.
Note: See TracChangeset for help on using the changeset viewer.