- Timestamp:
- 07/05/2024 03:00:15 AM (13 months ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.