From 0d1ba0a58fdb15af7ee3f3650f633156575d296d Mon Sep 17 00:00:00 2001 From: jesperpedersen Date: Tue, 7 Sep 2021 09:52:24 -0400 Subject: Remove changelog.txt from the repository The changelog.txt file hasn't been kept in sync with release tags, especially on main, so remove it. The release notes will be featured in RELEASE_NOTES.md. Signed-off-by: jesperpedersen [NO TESTS NEEDED] --- contrib/cirrus/pr-should-include-tests | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib') diff --git a/contrib/cirrus/pr-should-include-tests b/contrib/cirrus/pr-should-include-tests index 0124e238e..09ab002cf 100755 --- a/contrib/cirrus/pr-should-include-tests +++ b/contrib/cirrus/pr-should-include-tests @@ -35,7 +35,6 @@ filtered_changes=$(git diff --name-status $base $head | fgrep -vx .cirrus.yml | fgrep -vx .gitignore | fgrep -vx Makefile | - fgrep -vx changelog.txt | fgrep -vx go.mod | fgrep -vx go.sum | egrep -v '^[^/]+\.md$' | -- cgit v1.2.3-54-g00ecf