Skip to content

Commit 70cb0bd

Browse files
authored
Merge pull request #2436 from marosset/rel-mgr-send-to-k-announce-docs
Adding a note on how to request permissiosn to send mail to k-announce for branch managers
2 parents c441002 + f9a85c4 commit 70cb0bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/release-manager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ As you work through the checklist, use the following PRs as guides:
9898
- `release-managers-private@`
9999
- [ ] `kubernetes/publishing-bot` `OWNERS_ALIASES`
100100
- Add entry in the `release-engineering-approvers` section
101-
- [ ] Manually grant permission to post on [kubernetes-announce](https://groups.google.com/forum/#!forum/kubernetes-announce)
101+
- [ ] Manually grant permission to post on [kubernetes-announce](https://groups.google.com/forum/#!forum/kubernetes-announce) see (mailing-list-permissions)[https://github.com/kubernetes/sig-release/blob/master/release-engineering/role-handbooks/branch-manager.md#mailing-list-permissions]
102102
- [ ] Manually add to the [Release Team Google Group](https://groups.google.com/a/kubernetes.io/g/release-team)
103103
- [ ] Update Slack `release-managers` User Group [(`kubernetes/community`)](https://git.k8s.io/community/communication/slack-config/sig-release/usergroups.yaml)
104104
-->

release-engineering/role-handbooks/branch-manager.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [Release tooling](#release-tooling)
1313
- [Google Cloud SDK](#google-cloud-sdk)
1414
- [Sending mail](#sending-mail)
15+
- [Mailing List Permissions](#mailing-list-permissions)
1516
- [Skopeo](#skopeo)
1617
- [Releases Management](#releases-management)
1718
- [Creating and managing the Release Issue](#creating-and-managing-the-release-issue)
@@ -192,6 +193,11 @@ See the [Release Commands Cheat Sheet](https://github.com/kubernetes/sig-release
192193
[kubernetes/release]: https://github.com/kubernetes/release
193194
[sendgrid-identity-verification]: https://sendgrid.com/docs/for-developers/sending-email/sender-identity/
194195

196+
##### Mailing List Permissions
197+
198+
Permissions to send mail to the [kubernetes-announce](https://groups.google.com/g/kubernetes-announce) are managed in Google Groups. To request access please reach out to the [list owners](https://groups.google.com/g/kubernetes-announce/members?q=role%3Aowner) in slack.
199+
This is only needed if you plan on sending mails manually (not through sendgrid).
200+
195201
#### Skopeo
196202

197203
[Skopeo][skopeo] is a command line utility that performs various operations on container images and image repositories. Skopeo is not required for performing branch management tasks (if needed, Docker and other relevant tools can be used instead), however, it might be referred to by other guides. If you want to install Skopeo, you can follow the [official installation guide][skopeo-install].

0 commit comments

Comments
 (0)