diff --git a/README.md b/README.md index ccaa7586b..b2dbd16ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ Testify - Thou Shalt Write Tests ================================ -ℹ️ We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: https://cutt.ly/testify +> [!NOTE] +> Testify is being maintained at v1, no breaking changes will be accepted in this repo. +> [See discussion about v2](https://github.com/stretchr/testify/discussions/1560). [![Build Status](https://github.com/stretchr/testify/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/stretchr/testify/actions/workflows/main.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/stretchr/testify)](https://goreportcard.com/report/github.com/stretchr/testify) [![PkgGoDev](https://pkg.go.dev/badge/github.com/stretchr/testify)](https://pkg.go.dev/github.com/stretchr/testify) diff --git a/doc.go b/doc.go index 96407f3be..babc122f2 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,3 @@ -// ** We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: https://cutt.ly/testify ** // Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. // // testify contains the following packages: