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.
3737## Preparation
3838
3939* Clone ** codeigniter4/shield** and resolve any necessary PRs
40- ``` console
41- git clone git@github.com:codeigniter4/shield.git
42- ```
40+ ``` console
41+ git clone git@github.com:codeigniter4/shield.git
42+ ```
4343* Merge any Security Advisory PRs in private forks
4444
4545## Process
@@ -71,13 +71,13 @@ git clone git@github.com: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):
You can’t perform that action at this time.
0 commit comments