summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2022-01-28 15:44:39 -0500
committerRay Strode <rstrode@redhat.com>2022-01-28 15:47:34 -0500
commitb92982be695700537bf80c5e9aa518820adbb7b6 (patch)
treeccb5414bfe7430583b99f8f7dfd88bd4adcea74b
parentf850cf2030e4bbf46329378c78c2e823e063a489 (diff)
NEWS: Drop file completely22.04.62
In the previous commit I changed NEWS to a stub saying to run git log, but I just realized telling someone who has potentially just unpacked a tarball to run git log is silly and wrong. This commit drops NEWS entirely. Maybe we can generate it from CI or something down the line.
-rw-r--r--NEWS7
1 files changed, 0 insertions, 7 deletions
diff --git a/NEWS b/NEWS
deleted file mode 100644
index c66cb8d..0000000
--- a/NEWS
+++ /dev/null
@@ -1,7 +0,0 @@
-Please consult the git log for details on what are in this release.
-
-For instance,
-
-```
- ❯ git shortlog --no-merges $(git describe --abbrev=0)..
-```