Skip to content

Commit 89da1cf

Browse files
committed
docs: change identations
I don't know why, but now PhpStorm does identation like this.
1 parent 2d59e3b commit 89da1cf

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

admin/RELEASE.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@ the existing content.
7979
* git diff --name-status origin/master -- . ':!system'
8080
* Commit the changes with "Prep for 4.x.x release" and push to origin
8181
* Create a new PR from `release-4.x.x` to `develop`:
82-
* Title: "Prep for 4.x.x release"
83-
* Decription: "Updates changelog and version references for `4.x.x`." (plus checklist)
82+
* Title: "Prep for 4.x.x release"
83+
* Decription: "Updates changelog and version references for `4.x.x`." (plus checklist)
8484
* Let all tests run, then review and merge the PR
8585
* Create a new PR from `develop` to `master`:
86-
* Title: "4.x.x Ready code"
87-
* Description: blank
86+
* Title: "4.x.x Ready code"
87+
* Description: blank
8888
* Merge the PR then create a new Release:
89-
* Version: "v4.x.x"
90-
* Target: master
91-
* Title: "CodeIgniter 4.x.x"
92-
* Description:
89+
* Version: "v4.x.x"
90+
* Target: master
91+
* Title: "CodeIgniter 4.x.x"
92+
* Description:
9393
```
9494
CodeIgniter 4.x.x release.
9595

@@ -110,9 +110,9 @@ the existing content.
110110
composer test && composer info codeigniter4/framework
111111
```
112112
* Verify that the user guide actions succeeded:
113-
* "[Deploy Distributable Repos](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/deploy-distributables.yml)", the main repo
114-
* "[Deploy Production](https://github.com/codeigniter4/userguide/actions/workflows/deploy.yml)", UG repo
115-
* "[pages-build-deployment](https://github.com/codeigniter4/userguide/actions/workflows/pages/pages-build-deployment)", UG repo
113+
* "[Deploy Distributable Repos](https://github.com/codeigniter4/CodeIgniter4/actions/workflows/deploy-distributables.yml)", the main repo
114+
* "[Deploy Production](https://github.com/codeigniter4/userguide/actions/workflows/deploy.yml)", UG repo
115+
* "[pages-build-deployment](https://github.com/codeigniter4/userguide/actions/workflows/pages/pages-build-deployment)", UG repo
116116
* Fast-forward `develop` branch to catch the merge commit from `master`
117117
```console
118118
git fetch origin
@@ -139,18 +139,18 @@ the existing content.
139139
* Publish any Security Advisories that were resolved from private forks
140140
* Announce the release on the forums and Slack channel
141141
(note: this forum is restricted to administrators):
142-
* Make a new topic in the "News & Discussion" forums:
143-
https://forum.codeigniter.com/forum-2.html
144-
* The content is somewhat organic, but should include any major features and
145-
changes as well as a link to the User Guide's changelog
142+
* Make a new topic in the "News & Discussion" forums:
143+
https://forum.codeigniter.com/forum-2.html
144+
* The content is somewhat organic, but should include any major features and
145+
changes as well as a link to the User Guide's changelog
146146

147147
## After Publishing Security Advisory
148148

149149
* Send a PR to [PHP Security Advisories Database](https://github.com/FriendsOfPHP/security-advisories).
150-
* E.g. https://github.com/FriendsOfPHP/security-advisories/pull/606
151-
* See https://github.com/FriendsOfPHP/security-advisories#contributing
152-
* Don't forget to run `php -d memory_limit=-1 validator.php`, before
153-
submitting the PR
150+
* E.g. https://github.com/FriendsOfPHP/security-advisories/pull/606
151+
* See https://github.com/FriendsOfPHP/security-advisories#contributing
152+
* Don't forget to run `php -d memory_limit=-1 validator.php`, before
153+
submitting the PR
154154

155155
## Appendix
156156

@@ -180,13 +180,13 @@ sudo pip3 install sphinx_rtd_theme
180180
**./CodeIgniter4.x.x.epub**
181181
* Commit the changes with "Update for 4.x.x" and push to origin
182182
* Create a new PR from `release-4.x.x` to `develop`:
183-
* Title: "Update for 4.x.x"
184-
* Description: blank
183+
* Title: "Update for 4.x.x"
184+
* Description: blank
185185
* Merge the PR
186186
* Create a new Release:
187-
* Version: "v4.x.x"
188-
* Title: "CodeIgniter 4.x.x User Guide"
189-
* Description: "CodeIgniter 4.x.x User Guide"
187+
* Version: "v4.x.x"
188+
* Title: "CodeIgniter 4.x.x User Guide"
189+
* Description: "CodeIgniter 4.x.x User Guide"
190190
* Watch for the "github pages" Environment to make sure the deployment succeeds
191191

192192
The User Guide website should update itself via the deploy GitHub Action. Should

0 commit comments

Comments
 (0)