Skip to content

Commit

Permalink
remove from release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Apr 26, 2024
1 parent 42fb95a commit 3a4cd04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ snapshot:

release:
extra_files:
- glob: ./deploy/crds.yaml
- glob: ./deploy/manifests/nginx-gateway.yaml
- glob: ./deploy/manifests/nginx-plus-gateway.yaml
- glob: ./deploy/manifests/nginx-gateway-experimental.yaml
Expand Down
16 changes: 12 additions & 4 deletions docs/developer/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Follow these steps to set up your development environment.
- [yq](https://github.com/mikefarah/yq/#install)
- [fieldalignment](https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment):

```shell
go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest
```
```shell
go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest
```

- [pre-commit](https://pre-commit.com/#install):

Expand Down Expand Up @@ -223,4 +223,12 @@ To ensure all the generated code is up to date, run the following make command f
make generate
```

That command also will generate the avro sc
That command also will generate the avro scheme (`.avdl`) for product telemetry data points.

## Update Generated Manifests

To update the generated manifests, run the following make command from the project's root directory:
```shell
make generate-manifests
```

0 comments on commit 3a4cd04

Please sign in to comment.