Skip to content

Commit

Permalink
Port over information from kubernetes/org
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed Jan 16, 2019
1 parent b41cac3 commit d23a16c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 32 deletions.
11 changes: 8 additions & 3 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
# TODO: in your repo created from this template, you should replace the
# steering-committee with a list of project owners, see the doc linked above.
- steering-committee
- saad-ali
- msau42
- pohly

reviewers:
- saad-ali
- msau42
- pohly
20 changes: 0 additions & 20 deletions OWNERS_ALIASES

This file was deleted.

8 changes: 1 addition & 7 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Release Process

The Kubernetes Template Project is released on an as-needed basis. The process is as follows:

1. An issue is proposing a new release with a changelog since the last release
1. All [OWNERS](OWNERS) must LGTM this release
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
1. The release issue is closed
1. An announcement email is sent to `kubernetes-dev@googlegroups.com` with the subject `[ANNOUNCE] kubernetes-template-project $VERSION is released`
TODO: describe the release process for this project
4 changes: 2 additions & 2 deletions SECURITY_CONTACTS
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE
# INSTRUCTIONS AT https://kubernetes.io/security/

bob
alice
saad-ali
msau42

0 comments on commit d23a16c

Please sign in to comment.