File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ the changelog.
37
37
## Preparation
38
38
39
39
* 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
+ ```
43
43
* Merge any Security Advisory PRs in private forks
44
44
45
45
## Process
71
71
* Watch for the "docs" action and verify that the user guide updated:
72
72
* [docs](https://github.com/codeigniter4/shield/actions/workflows/docs.yml)
73
73
* 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
+ ```
81
81
* Publish any Security Advisories that were resolved from private forks
82
82
* Announce the release on the forums and Slack channel
83
83
(note: this forum is restricted to administrators):
You can’t perform that action at this time.
0 commit comments