Skip to content

Commit 7d62c89

Browse files
committed
docs: indent git commands
1 parent 426fecf commit 7d62c89

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

admin/RELEASE.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ the changelog.
3737
## Preparation
3838

3939
* Clone **codeigniter4/shield** and resolve any necessary PRs
40-
```console
41-
git clone [email protected]:codeigniter4/shield.git
42-
```
40+
```console
41+
git clone [email protected]:codeigniter4/shield.git
42+
```
4343
* Merge any Security Advisory PRs in private forks
4444

4545
## Process
@@ -71,13 +71,13 @@ git clone [email protected]:codeigniter4/shield.git
7171
* Watch for the "docs" action and verify that the user guide updated:
7272
* [docs](https://github.com/codeigniter4/shield/actions/workflows/docs.yml)
7373
* Fast-forward `develop` branch to catch the merge commit from `master`
74-
```console
75-
git fetch origin
76-
git checkout develop
77-
git merge origin/develop
78-
git merge origin/master
79-
git push origin HEAD # @TODO can't push to protected branch.
80-
```
74+
```console
75+
git fetch origin
76+
git checkout develop
77+
git merge origin/develop
78+
git merge origin/master
79+
git push origin HEAD # @TODO can't push to protected branch.
80+
```
8181
* Publish any Security Advisories that were resolved from private forks
8282
* Announce the release on the forums and Slack channel
8383
(note: this forum is restricted to administrators):

0 commit comments

Comments
 (0)