File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,16 @@ the changelog.
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
+ (note: pushing to develop is restricted to administrators):
74
75
```console
75
76
git fetch origin
76
77
git checkout develop
77
78
git merge origin/develop
78
79
git merge origin/master
79
- git push origin HEAD # @TODO can't push to protected branch.
80
+ git push origin HEAD # Only administrators can push to the protected branch.
80
81
```
81
82
* Publish any Security Advisories that were resolved from private forks
83
+ (note: publishing is restricted to administrators)
82
84
* Announce the release on the forums and Slack channel
83
85
(note: this forum is restricted to administrators):
84
86
* Make a new topic in the "News & Discussion" forums:
You can’t perform that action at this time.
0 commit comments