Skip to content

Commit e3fd789

Browse files
committed
update docs to reflect new versioning strategy
1 parent e4a82d1 commit e3fd789

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Just `go get` it:
1919
$ go get github.com/onsi/gomega/...
2020
```
2121

22+
> A note about the Gomega release. Versioned releases are shipped wtih git tags. These tags point to versions of Gomega that live on the `master-lite` branch and have had their tests stripped out. This ensures that no Ginkgo dependency (whether direct or indirect) is pulled in when users pull in Gomega. It is a limitation of the Go package ecosystem that the test dependencies of your dependency become indirect dependencies of your project. By stripping tests out we keep (independent) dependency bloat to a minimum - particularly for test suites that don't use ginkgo but do use gomega.
23+
2224
## Getting Gomega as needed
2325

2426
Instead of getting all of Gomega and it's dependency tree, you can use the go command to get the dependencies as needed.

0 commit comments

Comments
 (0)