[v10.1.x] Chore: Remove grafana-delivery references (#82519)

Chore: Remove `grafana-delivery` references (#82505)

* s/grafana-delivery/grafana-release-guild/g

* Remove -squad suffix

(cherry picked from commit a6bc262093)
This commit is contained in:
Dimitris Sotirakis
2024-02-15 12:16:40 +02:00
committed by GitHub
parent c756861d0d
commit f523a55e62
8 changed files with 46 additions and 46 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ Example CLI command to get a list of all owners with a count of the number of de
Example output:
```
@grafana/grafana-delivery 5
@grafana/grafana-release-guild 5
@grafana/grafana-bi-squad 2
@grafana/grafana-app-platform-squad 13
@grafana/observability-metrics 4
@@ -67,7 +67,7 @@ List all dependencies of given owner(s).
Example CLI command to list all direct dependencies owned by Delivery and Authnz:
`go run scripts/modowners/modowners.go modules -o @grafana/grafana-delivery,@grafana/grafana-authnz-team go.mod`
`go run scripts/modowners/modowners.go modules -o @grafana/grafana-release-guild,@grafana/grafana-authnz-team go.mod`
Example output:
+1 -1
View File
@@ -129,7 +129,7 @@ func owners(fileSystem fs.FS, logger *log.Logger, args []string) error {
}
// Print dependencies for a given owner. Can specify one or more owners.
// An example CLI command to list all direct dependencies owned by Delivery and Authnz `go run scripts/modowners/modowners.go modules -o @grafana/grafana-delivery,@grafana/grafana-authnz-team go.mod`
// An example CLI command to list all direct dependencies owned by Delivery and Authnz `go run scripts/modowners/modowners.go modules -o @grafana/grafana-release-guild,@grafana/grafana-authnz-team go.mod`
func modules(fileSystem fs.FS, logger *log.Logger, args []string) error {
fs := flag.NewFlagSet("modules", flag.ExitOnError)
indirect := fs.Bool("i", false, "print indirect dependencies")