From: Martin Mares Date: Sun, 26 Dec 2021 23:56:49 +0000 (+0100) Subject: Renamed maint/RELEASE to appease case-insensitive filesystems X-Git-Tag: v3.8.0~74 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2a7d585d7d5268bb4b863e6aefe0999a0ecdc329;p=pciutils.git Renamed maint/RELEASE to appease case-insensitive filesystems --- diff --git a/maint/README b/maint/README new file mode 100644 index 0000000..b1ab665 --- /dev/null +++ b/maint/README @@ -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 index b1ab665..0000000 --- a/maint/RELEASE +++ /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.