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 e92e444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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
6 changes: 3 additions & 3 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

0 comments on commit e92e444

Please sign in to comment.