Skip to content

Commit cb4ba98

Browse files
committed
docs: move section
1 parent 2492078 commit cb4ba98

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

admin/RELEASE.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,26 @@ If you release a new minor version.
3838
"Branch protection rules" to the next minor version. E.g. `4.5``4.6`
3939
* [ ] Delete the merged `4.y` branch (This closes all PRs to the branch)
4040

41+
## Preparation
42+
43+
Work off direct clones of the repos so the release branches persist for a time.
44+
45+
* [ ] Clone both **codeigniter4/CodeIgniter4** and **codeigniter4/userguide** and
46+
resolve any necessary PRs
47+
```console
48+
rm -rf CodeIgniter4.bk userguide.bk
49+
mv CodeIgniter4 CodeIgniter4.bk
50+
mv userguide userguide.bk
51+
git clone [email protected]:codeigniter4/CodeIgniter4.git
52+
git clone [email protected]:codeigniter4/userguide.git
53+
```
54+
* [ ] Vet the **admin/** folders for any removed hidden files (Action deploy scripts
55+
*do not remove these*)
56+
```console
57+
cd CodeIgniter4
58+
git diff --name-status origin/master admin/
59+
```
60+
4161
## Changelog
4262

4363
When generating the changelog each Pull Request to be included must have one of
@@ -68,26 +88,6 @@ the changelog.
6888
Copy the resulting content into **CHANGELOG.md** and adjust the format to match
6989
the existing content.
7090

71-
## Preparation
72-
73-
Work off direct clones of the repos so the release branches persist for a time.
74-
75-
* [ ] Clone both **codeigniter4/CodeIgniter4** and **codeigniter4/userguide** and
76-
resolve any necessary PRs
77-
```console
78-
rm -rf CodeIgniter4.bk userguide.bk
79-
mv CodeIgniter4 CodeIgniter4.bk
80-
mv userguide userguide.bk
81-
git clone [email protected]:codeigniter4/CodeIgniter4.git
82-
git clone [email protected]:codeigniter4/userguide.git
83-
```
84-
* [ ] Vet the **admin/** folders for any removed hidden files (Action deploy scripts
85-
*do not remove these*)
86-
```console
87-
cd CodeIgniter4
88-
git diff --name-status origin/master admin/
89-
```
90-
9191
## Process
9292

9393
> **Note** Most changes that need noting in the User Guide and docs should have

0 commit comments

Comments
 (0)