aboutsummaryrefslogtreecommitdiff
path: root/contrib/cirrus
diff options
context:
space:
mode:
authorjesperpedersen <jesper.pedersen@redhat.com>2021-09-07 09:52:24 -0400
committerjesperpedersen <jesper.pedersen@redhat.com>2021-09-07 10:53:26 -0400
commit0d1ba0a58fdb15af7ee3f3650f633156575d296d (patch)
tree37456538e905b1dcbc8b07c76d40ad93c312b5dc /contrib/cirrus
parentc20227bd16cae98247955b14f6dfea33a26c6a0b (diff)
downloadpodman-0d1ba0a58fdb15af7ee3f3650f633156575d296d.tar.gz
podman-0d1ba0a58fdb15af7ee3f3650f633156575d296d.tar.bz2
podman-0d1ba0a58fdb15af7ee3f3650f633156575d296d.zip
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 <jesper.pedersen@redhat.com> [NO TESTS NEEDED]
Diffstat (limited to 'contrib/cirrus')
-rwxr-xr-xcontrib/cirrus/pr-should-include-tests1
1 files changed, 0 insertions, 1 deletions
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$' |