Skip to content

Commit c090835

Browse files
committed
docs: add note for permissions
1 parent 7d62c89 commit c090835

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

admin/RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)