diff options
| author | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2019-08-05 20:53:42 +0530 |
|---|---|---|
| committer | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2019-08-05 20:53:42 +0530 |
| commit | 6d0cf2ef10b80314a743a9d9dc3ff90ddb23e956 (patch) | |
| tree | b8b7582a91dbac974298ecc7ddff6ed8a1f81d96 | |
| parent | fbe9e18347d9eda017bf535f29ba9cda4f576c49 (diff) | |
Move publishing-bot to release-eng subproject
| -rw-r--r-- | sig-release/README.md | 5 | ||||
| -rw-r--r-- | sigs.yaml | 6 |
2 files changed, 2 insertions, 9 deletions
diff --git a/sig-release/README.md b/sig-release/README.md index 1b83b9ef..4ee218ad 100644 --- a/sig-release/README.md +++ b/sig-release/README.md @@ -47,15 +47,12 @@ The following subprojects are owned by sig-release: - Description: The Licensing subproject is responsible for analyzing/reporting/remediating licensing concerns within the Kubernetes project orgs. - Owners: - https://raw.githubusercontent.com/kubernetes/sig-release/master/licensing/OWNERS -- **publishing-bot** - - Description: The publishing-bot publishes the contents of staging repos that live in k8s.io/kubernetes/staging to their own repositories in kubernetes - - Owners: - - https://raw.githubusercontent.com/kubernetes/publishing-bot/master/OWNERS - **release-engineering** - Description: The Release Engineering subproject is responsible for the [process/procedures](https://github.com/kubernetes/sig-release/tree/master/release-engineering) and [tools](https://github.com/kubernetes/release) used to create/maintain Kubernetes release artifacts. - Owners: - https://raw.githubusercontent.com/kubernetes-sigs/k8s-container-image-promoter/master/OWNERS - https://raw.githubusercontent.com/kubernetes-sigs/release-notes/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/publishing-bot/master/OWNERS - https://raw.githubusercontent.com/kubernetes/release/master/OWNERS - https://raw.githubusercontent.com/kubernetes/sig-release/master/release-engineering/OWNERS - **release-team** @@ -1591,17 +1591,13 @@ sigs: The Licensing subproject is responsible for analyzing/reporting/remediating licensing concerns within the Kubernetes project orgs. owners: - https://raw.githubusercontent.com/kubernetes/sig-release/master/licensing/OWNERS - - name: publishing-bot - description: | - The publishing-bot publishes the contents of staging repos that live in k8s.io/kubernetes/staging to their own repositories in kubernetes - owners: - - https://raw.githubusercontent.com/kubernetes/publishing-bot/master/OWNERS - name: release-engineering description: | The Release Engineering subproject is responsible for the [process/procedures](https://github.com/kubernetes/sig-release/tree/master/release-engineering) and [tools](https://github.com/kubernetes/release) used to create/maintain Kubernetes release artifacts. owners: - https://raw.githubusercontent.com/kubernetes-sigs/k8s-container-image-promoter/master/OWNERS - https://raw.githubusercontent.com/kubernetes-sigs/release-notes/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/publishing-bot/master/OWNERS - https://raw.githubusercontent.com/kubernetes/release/master/OWNERS - https://raw.githubusercontent.com/kubernetes/sig-release/master/release-engineering/OWNERS - name: release-team |
