]> mj.ucw.cz Git - pciutils.git/commitdiff
Renamed maint/RELEASE to appease case-insensitive filesystems
authorMartin Mares <mj@ucw.cz>
Sun, 26 Dec 2021 23:56:49 +0000 (00:56 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 26 Dec 2021 23:56:49 +0000 (00:56 +0100)
maint/README [new file with mode: 0644]
maint/RELEASE [deleted file]

diff --git a/maint/README b/maint/README
new file mode 100644 (file)
index 0000000..b1ab665
--- /dev/null
@@ -0,0 +1,18 @@
+How to release pciutils
+~~~~~~~~~~~~~~~~~~~~~~~
+(a couple of hints for the forgetful maintainer)
+
+Update pci.ids.
+
+Check version numbers in Makefile and lib/pci.h.
+
+ssh-add ~/.ssh/id_korg
+
+maint/tag-release vX.Y.Z
+git push --tags
+
+maint/release
+
+Update progs/pciutils at Jabberwock.
+
+Check that everything was pushed to both kernel.org and github.com.
diff --git a/maint/RELEASE b/maint/RELEASE
deleted file mode 100644 (file)
index b1ab665..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-How to release pciutils
-~~~~~~~~~~~~~~~~~~~~~~~
-(a couple of hints for the forgetful maintainer)
-
-Update pci.ids.
-
-Check version numbers in Makefile and lib/pci.h.
-
-ssh-add ~/.ssh/id_korg
-
-maint/tag-release vX.Y.Z
-git push --tags
-
-maint/release
-
-Update progs/pciutils at Jabberwock.
-
-Check that everything was pushed to both kernel.org and github.com.