Skip to content

Commit bd192cf

Browse files
committed
docs: change text decration
Use `` for input.
1 parent 94402cc commit bd192cf

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

admin/RELEASE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ To auto-generate, navigate to the
3232
[Releases](https://github.com/codeigniter4/CodeIgniter4/releases) page,
3333
click the "Draft a new release" button.
3434

35-
* Tag: "v4.x.x" (Create new tag)
36-
* Target: develop
35+
* Tag: `v4.x.x` (Create new tag)
36+
* Target: `develop`
3737

3838
Click the "Generate release notes" button.
3939

@@ -79,18 +79,18 @@ the existing content.
7979
* fill in the "All Changes" section, and add it to **upgrading.rst**
8080
* git diff --name-status origin/master -- . ':!system'
8181
* Remove the section titles that have no items
82-
* Commit the changes with "Prep for 4.x.x release" and push to origin
82+
* Commit the changes with `Prep for 4.x.x release` and push to origin
8383
* Create a new PR from `release-4.x.x` to `develop`:
84-
* Title: "Prep for 4.x.x release"
85-
* Decription: "Updates changelog and version references for `4.x.x`." (plus checklist)
84+
* Title: `Prep for 4.x.x release`
85+
* Decription: `Updates changelog and version references for 4.x.x.` (plus checklist)
8686
* Let all tests run, then review and merge the PR
8787
* Create a new PR from `develop` to `master`:
88-
* Title: "4.x.x Ready code"
88+
* Title: `4.x.x Ready code`
8989
* Description: blank
9090
* Merge the PR then create a new Release:
91-
* Version: "v4.x.x"
92-
* Target: master
93-
* Title: "CodeIgniter 4.x.x"
91+
* Version: `v4.x.x`
92+
* Target: `master`
93+
* Title: `CodeIgniter 4.x.x`
9494
* Description:
9595
```
9696
CodeIgniter 4.x.x release.

0 commit comments

Comments
 (0)