Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/05/2024 03:00:15 AM (13 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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.