Changeset 13948
- Timestamp:
- 07/05/2024 03:00:15 AM (4 months ago)
- Location:
- trunk/docs/contributor/project/release
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/contributor/project/release/build-checklist.md
r13785 r13948 67 67 > 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. 68 68 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 72 svn 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. 70 76 71 77 ```bash 72 78 svn 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.074 79 ``` 75 80 76 ### For minor releases (12.1.0), tag from relevant branch.81 ### For Release Candidate > 1, major & minor releases, tag from relevant branch. 77 82 78 83 ```bash 79 84 svn 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 ```bash85 svn cp https://buddypress.svn.wordpress.org/trunk https://buddypress.svn.wordpress.org/tags/12.0.0-beta186 85 ``` 87 86 -
trunk/docs/contributor/project/release/leads.md
r13746 r13948 7 7 For the sake of clarity, BuddyPress release leads and their deputies, between them, can expect to: 8 8 9 - Decide about the release schedule. 10 - Define bug/enhancement/task priorities for the milestone. 9 11 - Run our bi-weekly project meeting, and write and publish meeting notes on our [development blog](https://bpdevel.wordpress.com/). 10 12 - Coordinate blog posts and announcements on social media.
Note: See TracChangeset
for help on using the changeset viewer.