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.
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+ (note: pushing to develop is restricted to administrators):
7475 ```console
7576 git fetch origin
7677 git checkout develop
7778 git merge origin/develop
7879 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.
8081 ```
8182* Publish any Security Advisories that were resolved from private forks
83+ (note: publishing is restricted to administrators)
8284* Announce the release on the forums and Slack channel
8385 (note: this forum is restricted to administrators):
8486 * Make a new topic in the "News & Discussion" forums:
You can’t perform that action at this time.
0 commit comments